diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-08-17 00:39:25 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2020-08-24 13:41:31 +0200 |
commit | 2024c1fb6da1bf265811a8b80a416726f8a13faa (patch) | |
tree | de15e9194e250b8976c99c2cd50e046ccddfe034 /lang/python/python-pytest-xdist | |
parent | 766acb66167e96242c81b0b00c017cc08d856596 (diff) |
python-pytest-xdist: update to version 2.0.0
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 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python/python-pytest-xdist/Makefile b/lang/python/python-pytest-xdist/Makefile index 300d1f960..eb2f38fc4 100644 --- a/lang/python/python-pytest-xdist/Makefile +++ b/lang/python/python-pytest-xdist/Makefile @@ -8,11 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest-xdist -PKG_VERSION:=1.34.0 +PKG_VERSION:=2.0.0 PKG_RELEASE:=1 PYPI_NAME:=pytest-xdist -PKG_HASH:=340e8e83e2a4c0d861bdd8d05c5d7b7143f6eea0aba902997db15c2a86be04ee +PKG_HASH:=3217b1f40290570bf27b1f82714fc4ed44c3260ba9b2f6cde0372378fc707ad3 + PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=MIT @@ -36,7 +37,8 @@ define Package/python3-pytest-xdist +python3-pytest \ +python3-pytest-forked \ +python3-execnet \ - +python3-six + +python3-six \ + +python3-psutil endef define Package/python3-pytest-xdist/description |