fbeeb4c8cb
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - fix license information: it is either Apache-2.0 *or* BSD-3c - add the LICENSE file to the list of license files, since it is the one that explains that the license is either Apache-2.0 or BSD-3c.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
24 lines
994 B
Plaintext
24 lines
994 B
Plaintext
config BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
|
|
bool "python-cryptography"
|
|
depends on BR2_INSTALL_LIBSTDCPP # python-pyasn
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
|
select BR2_PACKAGE_PYTHON_PYASN # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
select BR2_PACKAGE_PYTHON_ENUM34 if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
|
|
select BR2_PACKAGE_PYTHON_SSL if BR2_PACKAGE_PYTHON # runtime
|
|
select BR2_PACKAGE_PYTHON3_SSL if BR2_PACKAGE_PYTHON3 # runtime
|
|
select BR2_PACKAGE_PYTHON_IPADDRESS if BR2_PACKAGE_PYTHON # runtime
|
|
help
|
|
cryptography is a package designed to expose cryptographic
|
|
primitives and recipes to Python developers.
|
|
|
|
https://cryptography.io
|
|
|
|
comment "python-cryptography needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|