package/python3-pip: drop package

Drop python3-pip now that python3-cryptography has been removed

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:42 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 43147827a7
commit f6ffc2b045
3 changed files with 0 additions and 21 deletions

View File

@ -4,7 +4,6 @@
#
################################################################################
# Please keep in sync with package/python3-pip/python3-pip.mk
PYTHON_PIP_VERSION = 21.2.4
PYTHON_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
PYTHON_PIP_SITE = https://files.pythonhosted.org/packages/52/e1/06c018197d8151383f66ebf6979d951995cf495629fc54149491f5d157d0

View File

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

View File

@ -1,19 +0,0 @@
################################################################################
#
# python3-pip
#
################################################################################
# Please keep in sync with package/python-pip/python-pip.mk
PYTHON3_PIP_VERSION = 21.2.4
PYTHON3_PIP_SOURCE = pip-$(PYTHON_PIP_VERSION).tar.gz
PYTHON3_PIP_SITE = https://files.pythonhosted.org/packages/52/e1/06c018197d8151383f66ebf6979d951995cf495629fc54149491f5d157d0
PYTHON3_PIP_SETUP_TYPE = setuptools
PYTHON3_PIP_LICENSE = MIT
PYTHON3_PIP_LICENSE_FILES = LICENSE.txt
PYTHON3_PIP_CPE_ID_VENDOR = pypa
PYTHON3_PIP_CPE_ID_PRODUCT = pip
HOST_PYTHON3_PIP_DL_SUBDIR = python-pip
HOST_PYTHON3_PIP_NEEDS_HOST_PYTHON = python3
$(eval $(host-python-package))