diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-08-25 13:08:27 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-31 07:04:18 -0700 |
commit | ee226f1ff2c031e6846b4ecbcc6cecc000d7d6fd (patch) | |
tree | 55e7e08fd8b610116c1868b3b4f7aa6a7a5bf622 /lang/python/python-pytest-xdist | |
parent | c0340f631c6da75c9e19a6a2132777b55b58b777 (diff) |
python-pytest-xdist: update to version 2.1.0
Note:
remove six dependency which is now longer required
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'lang/python/python-pytest-xdist')
-rw-r--r-- | lang/python/python-pytest-xdist/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/lang/python/python-pytest-xdist/Makefile b/lang/python/python-pytest-xdist/Makefile index 0968fb582..25cba7a9e 100644 --- a/lang/python/python-pytest-xdist/Makefile +++ b/lang/python/python-pytest-xdist/Makefile @@ -8,12 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest-xdist -PKG_VERSION:=2.0.0 -PKG_RELEASE:=2 +PKG_VERSION:=2.1.0 +PKG_RELEASE:=1 PYPI_NAME:=pytest-xdist -PKG_HASH:=3217b1f40290570bf27b1f82714fc4ed44c3260ba9b2f6cde0372378fc707ad3 - +PKG_HASH:=82d938f1a24186520e2d9d3a64ef7d9ac7ecdf1a0659e095d18e596b8cbd0672 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT @@ -35,9 +34,7 @@ define Package/python3-pytest-xdist +python3-light \ +python3-pytest \ +python3-pytest-forked \ - +python3-execnet \ - +python3-six \ - +python3-psutil + +python3-execnet endef define Package/python3-pytest-xdist/description |