diff options
author | Jeffery To <jeffery.to@gmail.com> | 2020-08-31 06:29:44 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-31 03:48:47 -0700 |
commit | c0340f631c6da75c9e19a6a2132777b55b58b777 (patch) | |
tree | f4254f1457666638a7d690ee3f918d99e74e47c0 /lang/python/python-pytest-xdist | |
parent | ecfe85ab28aca4d7e891770166e1c8c11ed385a2 (diff) |
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>
Diffstat (limited to 'lang/python/python-pytest-xdist')
-rw-r--r-- | lang/python/python-pytest-xdist/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python/python-pytest-xdist/Makefile b/lang/python/python-pytest-xdist/Makefile index eb2f38fc4..0968fb582 100644 --- a/lang/python/python-pytest-xdist/Makefile +++ b/lang/python/python-pytest-xdist/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest-xdist PKG_VERSION:=2.0.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PYPI_NAME:=pytest-xdist PKG_HASH:=3217b1f40290570bf27b1f82714fc4ed44c3260ba9b2f6cde0372378fc707ad3 @@ -19,7 +19,6 @@ PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE -PKG_BUILD_PARALLEL:=0 HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=setuptools-scm include ../pypi.mk |