mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
comment "python-pam needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library"
|
||||
comment "python-pam needs a toolchain w/ wchar, locale, dynamic library"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR || BR2_STATIC_LIBS || \
|
||||
BR2_TOOLCHAIN_USES_MUSL
|
||||
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
|
||||
|
||||
config BR2_PACKAGE_PYTHON_PAM
|
||||
bool "python-pam"
|
||||
@@ -10,7 +9,6 @@ config BR2_PACKAGE_PYTHON_PAM
|
||||
depends on BR2_USE_WCHAR # linux-pam
|
||||
depends on BR2_USE_MMU # linux-pam
|
||||
depends on !BR2_STATIC_LIBS # linux-pam
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
|
||||
select BR2_PACKAGE_LINUX_PAM
|
||||
help
|
||||
PAM (Pluggable Authentication Module) bindings for Python.
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# locally computed
|
||||
sha256 796ac019b9ee805696d0d277d8fb912fa2391b6ac070dc6f9f1a9a0fadbc3a5a PyPAM-0.5.0.tar.gz
|
||||
sha256 ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532 COPYING
|
||||
|
||||
Reference in New Issue
Block a user