mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python3-cryptography: add python3 host variant
Add a python3 host variant since another downstream OSS component (OP-TEE) uses buildroot and it will depend on a python3 host variant of python-cryptography. Signed-off-by: Donald Chan <hoiho@lab126.com> [yann.morin.1998@free.fr: - drop target _DEPENDENCIES since this is a host-only package - instead, add host-openssl to dependencies - add CPE variables - also add sync comment for python-pip ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
f87c377a53
commit
7cee1f6eec
@@ -4,6 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Please keep in sync with package/python3-cryptography/python3-cryptography.mk
|
||||
PYTHON_CRYPTOGRAPHY_VERSION = 3.0
|
||||
PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
|
||||
PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/bf/ac/552fc8729d90393845cc3a2062facf4a89dcbe206fa78771d60ddaae7554
|
||||
|
||||
Reference in New Issue
Block a user