projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4509ed5
)
dev-python/pytest: PYTHON_COMPAT 3.7 for pytest-3
author
Maxim Koltsov
<maksbotan@gentoo.org>
Sun, 28 Apr 2019 08:10:23 +0000
(11:10 +0300)
committer
Maxim Koltsov
<maksbotan@gentoo.org>
Sun, 28 Apr 2019 08:10:23 +0000
(11:10 +0300)
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Maxim Koltsov <maksbotan@gentoo.org>
dev-python/pytest/pytest-3.4.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pytest/pytest-3.4.2.ebuild
b/dev-python/pytest/pytest-3.4.2.ebuild
index be294ac486b68bfaa54a1ebf242d859ccffc4f3a..05a7c58b0902ca699b4a7b77adb1416981e146a2 100644
(file)
--- a/
dev-python/pytest/pytest-3.4.2.ebuild
+++ b/
dev-python/pytest/pytest-3.4.2.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6
,7
} pypy{,3} )
inherit distutils-r1