mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
config BR2_PACKAGE_PYTHON_M2CRYPTO
|
|
bool "python-m2crypto"
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
|
select BR2_PACKAGE_PYTHON3_SSL # runtime
|
|
help
|
|
M2Crypto: A Python crypto and SSL toolkit.
|
|
|
|
https://gitlab.com/m2crypto/m2crypto
|