mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-21 01:20:38 -09:00
Migrate from setuptools-rust to maturin pep517 backend.
License hash changed due to dropping PSF license:
5e6476a4c6
We now need to enable chacha support when building with libopenssl.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
config BR2_PACKAGE_PYTHON_CRYPTOGRAPHY
|
|
bool "python-cryptography"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_CHACHA if BR2_PACKAGE_LIBOPENSSL
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
help
|
|
cryptography is a package designed to expose cryptographic
|
|
primitives and recipes to Python developers.
|
|
|
|
https://cryptography.io
|