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/bcrypt | |
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/bcrypt')
-rw-r--r-- | lang/python/bcrypt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python/bcrypt/Makefile b/lang/python/bcrypt/Makefile index 62312343f..9e49ce333 100644 --- a/lang/python/bcrypt/Makefile +++ b/lang/python/bcrypt/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bcrypt PKG_VERSION:=3.1.7 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PYPI_NAME:=$(PKG_NAME) PKG_HASH:=0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42 @@ -15,8 +15,7 @@ PKG_HASH:=0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE -PKG_BUILD_DEPENDS:=libffi/host -HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=cffi # cffi>=1.1 +PKG_BUILD_DEPENDS:=libffi/host python-cffi/host # cffi>=1.1 include ../pypi.mk include $(INCLUDE_DIR)/package.mk |