Config.in 583 B

123456789101112131415
  1. comment "python-pam needs a toolchain w/ wchar, locale, dynamic library"
  2. depends on BR2_PACKAGE_PYTHON
  3. depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB
  4. config BR2_PACKAGE_PYTHON_PAM
  5. bool "python-pam"
  6. depends on BR2_PACKAGE_PYTHON # C extension not compatible with python3
  7. depends on BR2_ENABLE_LOCALE # linux-pam
  8. depends on BR2_USE_WCHAR # linux-pam
  9. depends on !BR2_PREFER_STATIC_LIB # linux-pam
  10. select BR2_PACKAGE_LINUX_PAM
  11. help
  12. PAM (Pluggable Authentication Module) bindings for Python.
  13. https://admin.fedoraproject.org/pkgdb/package/PyPAM/