python-ply: Add host build

The host build replaces the use of the host pip requirements file. This
also updates the dependants of ply to depend on the host build.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2023-02-25 19:55:59 +08:00
parent dcf551fbcf
commit 790beee430
3 changed files with 8 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python-pycparser
PKG_VERSION:=2.21
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=pycparser
PKG_HASH:=e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
@@ -18,7 +18,7 @@ PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=ply # ply==3.10
PKG_BUILD_DEPENDS:=python-ply/host # ply==3.10
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk