You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
b2a569b989
Drop no longer used BR2_PACKAGE_PYTHON_SIX runtime dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
config BR2_PACKAGE_PYTHON_PYOPENSSL
|
|
bool "python-pyopenssl"
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography
|
|
select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
|
|
help
|
|
Python wrapper module around the OpenSSL library.
|
|
|
|
https://github.com/pyca/pyopenssl
|