2020-04-20 15:48:45 +02:00
|
|
|
comment "python-pam needs a toolchain w/ wchar, locale, dynamic library"
|
2014-12-03 17:12:31 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON
|
2020-04-20 15:48:45 +02:00
|
|
|
depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
|
2014-12-03 17:12:31 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PYTHON_PAM
|
|
|
|
bool "python-pam"
|
|
|
|
depends on BR2_PACKAGE_PYTHON # C extension not compatible with python3
|
|
|
|
depends on BR2_ENABLE_LOCALE # linux-pam
|
|
|
|
depends on BR2_USE_WCHAR # linux-pam
|
2016-08-18 08:23:45 +02:00
|
|
|
depends on BR2_USE_MMU # linux-pam
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # linux-pam
|
2014-12-03 17:12:31 +01:00
|
|
|
select BR2_PACKAGE_LINUX_PAM
|
|
|
|
help
|
|
|
|
PAM (Pluggable Authentication Module) bindings for Python.
|
|
|
|
|
|
|
|
https://admin.fedoraproject.org/pkgdb/package/PyPAM/
|