The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-pam / Config.in
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_STATIC_LIBS
4
5 config BR2_PACKAGE_PYTHON_PAM
6         bool "python-pam"
7         depends on BR2_PACKAGE_PYTHON # C extension not compatible with python3
8         depends on BR2_ENABLE_LOCALE # linux-pam
9         depends on BR2_USE_WCHAR # linux-pam
10         depends on !BR2_STATIC_LIBS # linux-pam
11         select BR2_PACKAGE_LINUX_PAM
12         help
13           PAM (Pluggable Authentication Module) bindings for Python.
14
15           https://admin.fedoraproject.org/pkgdb/package/PyPAM/