mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
python: Use locked for host pip
This also removes PKG_BUILD_PARALLEL:=0 that was added for packages that use HOST_PYTHON3_PACKAGE_BUILD_DEPENDS. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=numpy
|
||||
# Note: make sure to periodically update the Cython version in HOST_PYTHON3_PACKAGE_BUILD_DEPENDS
|
||||
PKG_VERSION:=1.19.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=b8456987b637232602ceb4d663cb34106f7eb780e247d51a260b84760fd8f491
|
||||
@@ -21,7 +21,6 @@ PKG_CPE_ID:=cpe:/a:numpy:numpy
|
||||
|
||||
# yes, zip... sigh
|
||||
PYPI_SOURCE_EXT:=zip
|
||||
PKG_BUILD_PARALLEL:=0
|
||||
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=Cython # Cython>=0.29.21
|
||||
|
||||
include ../pypi.mk
|
||||
|
||||
Reference in New Issue
Block a user