projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f65a2b
)
dev-python/pytest-xdist: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 11:05:15 +0000
(13:05 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 12:58:27 +0000
(14:58 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
b/dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
index 4d03af9b28d521a3a553fd0b6d47910c4b720121..03cf9a9d3fb2a202b57c3d52cd2dfdf55ddfaf7e 100644
(file)
--- a/
dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
+++ b/
dev-python/pytest-xdist/pytest-xdist-1.32.0.ebuild
@@
-4,7
+4,7
@@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8
,9
} pypy3 )
inherit distutils-r1