python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / python-cryptography / Config.in
blob9827cf82b61f26b7322b62b97bb2eed4ac9e0cee
1 config BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
2         bool "python-cryptography"
3         depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
4         select BR2_PACKAGE_OPENSSL
5         select BR2_PACKAGE_PYTHON_CFFI # runtime
6         select BR2_PACKAGE_PYTHON_IDNA # runtime
7         select BR2_PACKAGE_PYTHON_PYASN # runtime
8         select BR2_PACKAGE_PYTHON_SIX # runtime
9         select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
10         select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
11         select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
12         select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
13         select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
14         select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
15         select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime
16         help
17           cryptography is a package designed to expose cryptographic
18           primitives and recipes to Python developers.
20           https://cryptography.io
22 comment "python-cryptography needs a toolchain w/ C++"
23         depends on !BR2_INSTALL_LIBSTDCPP