package/python3-ply: 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-10 23:40:45 +01:00
parent 866b42ce49
commit f2b862405a
4 changed files with 1 additions and 19 deletions

View File

@ -11,7 +11,7 @@ LIBCAMERA_DEPENDENCIES = \
host-openssl \
host-pkgconf \
host-python-jinja2 \
host-python3-ply \
host-python-ply \
host-python-pyyaml \
gnutls
LIBCAMERA_CONF_OPTS = \

View File

@ -4,7 +4,6 @@
#
################################################################################
# Please keep in sync with package/python3-ply/python3-ply.mk
PYTHON_PLY_VERSION = 3.11
PYTHON_PLY_SOURCE = ply-$(PYTHON_PLY_VERSION).tar.gz
PYTHON_PLY_SITE = https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da

View File

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

View File

@ -1,16 +0,0 @@
################################################################################
#
# python3-ply
#
################################################################################
PYTHON3_PLY_VERSION = 3.11
PYTHON3_PLY_SOURCE = ply-$(PYTHON3_PLY_VERSION).tar.gz
PYTHON3_PLY_SITE = https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da
PYTHON3_PLY_SETUP_TYPE = setuptools
PYTHON3_PLY_LICENSE = BSD-3-Clause
PYTHON3_PLY_LICENSE_FILES = README.md
HOST_PYTHON3_PLY_NEEDS_HOST_PYTHON = python3
$(eval $(host-python-package))