mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/python-cryptography: drop host variant
The host variant was only needed by ca-certificates, which no longer needs it, so drop this variant. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
363dd649f3
commit
d9bf97cf16
@@ -13,11 +13,5 @@ PYTHON_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
|
|||||||
PYTHON_CRYPTOGRAPHY_CPE_ID_VENDOR = cryptography_project
|
PYTHON_CRYPTOGRAPHY_CPE_ID_VENDOR = cryptography_project
|
||||||
PYTHON_CRYPTOGRAPHY_CPE_ID_PRODUCT = cryptography
|
PYTHON_CRYPTOGRAPHY_CPE_ID_PRODUCT = cryptography
|
||||||
PYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python-cffi openssl
|
PYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python-cffi openssl
|
||||||
HOST_PYTHON_CRYPTOGRAPHY_NEEDS_HOST_PYTHON = python3
|
|
||||||
HOST_PYTHON_CRYPTOGRAPHY_DEPENDENCIES = \
|
|
||||||
host-python3-cffi \
|
|
||||||
host-python3-six \
|
|
||||||
host-openssl
|
|
||||||
|
|
||||||
$(eval $(python-package))
|
$(eval $(python-package))
|
||||||
$(eval $(host-python-package))
|
|
||||||
|
|||||||
Reference in New Issue
Block a user