xref: /OK3568_Linux_fs/buildroot/package/python-pam/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "python-pam needs a toolchain w/ wchar, locale, dynamic library"
2*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON
3*4882a593Smuzhiyun	depends on !BR2_ENABLE_LOCALE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_PAM
6*4882a593Smuzhiyun	bool "python-pam"
7*4882a593Smuzhiyun	depends on BR2_PACKAGE_PYTHON # C extension not compatible with python3
8*4882a593Smuzhiyun	depends on BR2_ENABLE_LOCALE # linux-pam
9*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # linux-pam
10*4882a593Smuzhiyun	depends on BR2_USE_MMU # linux-pam
11*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # linux-pam
12*4882a593Smuzhiyun	select BR2_PACKAGE_LINUX_PAM
13*4882a593Smuzhiyun	help
14*4882a593Smuzhiyun	  PAM (Pluggable Authentication Module) bindings for Python.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  https://admin.fedoraproject.org/pkgdb/package/PyPAM/
17