diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-02-25 21:21:53 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-03-31 13:06:34 +0800 |
commit | aabe27a3793dab740a486611c656b56db68f95da (patch) | |
tree | f10a32f22f459e106a70923da118c3b82b8229a2 /lang/python/python-pycares | |
parent | 8f32fd202e2369ad5f8c33e45fb2d2f846613631 (diff) |
python-cffi: Update to 1.15.1, add host build
The host build replaces the use of the host pip requirements file. This
also updates the dependants of cffi to depend on the host build.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang/python/python-pycares')
-rw-r--r-- | lang/python/python-pycares/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python/python-pycares/Makefile b/lang/python/python-pycares/Makefile index 2eed1c2b1..c3516f73f 100644 --- a/lang/python/python-pycares/Makefile +++ b/lang/python/python-pycares/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pycares PKG_VERSION:=4.3.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PYPI_NAME:=pycares PKG_HASH:=c542696f6dac978e9d99192384745a65f80a7d9450501151e4a7563e06010d45 @@ -12,9 +12,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Fabian Lipken <dynasticorpheus@gmail.com> -PKG_BUILD_DEPENDS:=libffi/host - -HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=cffi # cffi>=1.5.0 +PKG_BUILD_DEPENDS:=libffi/host python-cffi/host # cffi>=1.5.0 include ../pypi.mk include $(INCLUDE_DIR)/package.mk |