Revert "package/python-cryptography: add host-python-six dependency"

This reverts commit 9b0ab090d3.
This commit is contained in:
Thomas Petazzoni 2021-11-04 21:41:08 +01:00
parent 9b0ab090d3
commit d6d24f5ef8

View File

@ -14,7 +14,7 @@ PYTHON_CRYPTOGRAPHY_CPE_ID_VENDOR = cryptography_project
PYTHON_CRYPTOGRAPHY_CPE_ID_PRODUCT = cryptography
PYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python-cffi openssl
HOST_PYTHON_CRYPTOGRAPHY_NEEDS_HOST_PYTHON = python3
HOST_PYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python3-cffi host-python-six host-openssl
HOST_PYTHON_CRYPTOGRAPHY_DEPENDENCIES = host-python3-cffi host-openssl
$(eval $(python-package))
$(eval $(host-python-package))