package/python3-cryptography: drop package

python3-cryptography is not needed anymore now that python-cryptography
has a host variant

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2021-10-15 07:56:41 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 95a63a34ac
commit 43147827a7
3 changed files with 0 additions and 26 deletions

View File

@ -4,7 +4,6 @@
#
################################################################################
# Please keep in sync with package/python3-cryptography/python3-cryptography.mk
PYTHON_CRYPTOGRAPHY_VERSION = 3.3.2
PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
PYTHON_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/d4/85/38715448253404186029c575d559879912eb8a1c5d16ad9f25d35f7c4f4c

View File

@ -1 +0,0 @@
../python-cryptography/python-cryptography.hash

View File

@ -1,24 +0,0 @@
################################################################################
#
# python3-cryptography
#
################################################################################
# Please keep in sync with package/python-cryptography/python-cryptography.mk
PYTHON3_CRYPTOGRAPHY_VERSION = 3.3.2
PYTHON3_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON3_CRYPTOGRAPHY_VERSION).tar.gz
PYTHON3_CRYPTOGRAPHY_SITE = https://files.pythonhosted.org/packages/d4/85/38715448253404186029c575d559879912eb8a1c5d16ad9f25d35f7c4f4c
PYTHON3_CRYPTOGRAPHY_SETUP_TYPE = setuptools
PYTHON3_CRYPTOGRAPHY_LICENSE = Apache-2.0 or BSD-3-Clause
PYTHON3_CRYPTOGRAPHY_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
PYTHON3_CRYPTOGRAPHY_CPE_ID_VENDOR = cryptography_project
PYTHON3_CRYPTOGRAPHY_CPE_ID_PRODUCT = cryptography
HOST_PYTHON3_CRYPTOGRAPHY_DL_SUBDIR = python-cryptography
HOST_PYTHON3_CRYPTOGRAPHY_NEEDS_HOST_PYTHON = python3
HOST_PYTHON3_CRYPTOGRAPHY_DEPENDENCIES = \
host-openssl \
host-python3-cffi \
host-python3-pip \
host-python3-six
$(eval $(host-python-package))