package/python3-six: drop host package

Now that host-python2 is gone, the custom python3 variant can be dropped.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2022-02-11 09:17:29 +01:00
parent 2a8cea2ebc
commit f4f0e2a637
4 changed files with 1 additions and 20 deletions

View File

@ -15,7 +15,7 @@ GNURADIO_SUPPORTS_IN_SOURCE_BUILD = NO
GNURADIO_DEPENDENCIES = \
host-python3 \
host-python-mako \
host-python3-six \
host-python-six \
host-swig \
boost \
log4cpp \

View File

@ -4,7 +4,6 @@
#
################################################################################
# Please keep in sync with package/python3-six/python3-six.mk
PYTHON_SIX_VERSION = 1.16.0
PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
PYTHON_SIX_SITE = https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e

View File

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

View File

@ -1,17 +0,0 @@
################################################################################
#
# python3-six
#
################################################################################
# Please keep in sync with package/python-six/python-six.mk
PYTHON3_SIX_VERSION = 1.16.0
PYTHON3_SIX_SOURCE = six-$(PYTHON3_SIX_VERSION).tar.gz
PYTHON3_SIX_SITE = https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e
PYTHON3_SIX_SETUP_TYPE = setuptools
PYTHON3_SIX_LICENSE = MIT
PYTHON3_SIX_LICENSE_FILES = LICENSE
HOST_PYTHON3_SIX_DL_SUBDIR = python-six
HOST_PYTHON3_SIX_NEEDS_HOST_PYTHON = python3
$(eval $(host-python-package))