projects
/
wtk-overlay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a844692
)
Remove Python 2.6 support
author
Laurent Bachelier
<laurent@bachelier.name>
Tue, 8 Jul 2014 17:52:13 +0000
(19:52 +0200)
committer
Laurent Bachelier
<laurent@bachelier.name>
Tue, 8 Jul 2014 17:52:13 +0000
(19:52 +0200)
pytest-xdist-1.10.ebuild
patch
|
blob
|
history
diff --git
a/pytest-xdist-1.10.ebuild
b/pytest-xdist-1.10.ebuild
index a25276bdee22180178bac7063d6b8aca21fb4661..de70ff454ec649261d9dd6c251bf44fa416ed482 100644
(file)
--- a/
pytest-xdist-1.10.ebuild
+++ b/
pytest-xdist-1.10.ebuild
@@
-3,7
+3,7
@@
EAPI=5
-PYTHON_COMPAT=( python{2_
6,2_
7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1