python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / python-pam / Config.in
blob02865d00d64323019afe6fd142d3414558f9017e
1 comment "python-pam needs a uClibc or glibc toolchain w/ wchar, locale, dynamic library"
2         depends on BR2_PACKAGE_PYTHON
3         depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR || BR2_STATIC_LIBS || \
4                 BR2_TOOLCHAIN_USES_MUSL
6 config BR2_PACKAGE_PYTHON_PAM
7         bool "python-pam"
8         depends on BR2_PACKAGE_PYTHON # C extension not compatible with python3
9         depends on BR2_ENABLE_LOCALE # linux-pam
10         depends on BR2_USE_WCHAR # linux-pam
11         depends on BR2_USE_MMU # linux-pam
12         depends on !BR2_STATIC_LIBS # linux-pam
13         depends on !BR2_TOOLCHAIN_USES_MUSL # linux-pam
14         select BR2_PACKAGE_LINUX_PAM
15         help
16           PAM (Pluggable Authentication Module) bindings for Python.
18           https://admin.fedoraproject.org/pkgdb/package/PyPAM/