projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ab836
)
dev-python/oslotest: Add python3_6 to PYTHON_COMPAT
author
Zac Medico
<zmedico@gentoo.org>
Sun, 12 Mar 2017 22:37:33 +0000
(15:37 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 13 Mar 2017 01:30:24 +0000
(18:30 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/oslotest/oslotest-2.4.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/oslotest/oslotest-2.4.0.ebuild
b/dev-python/oslotest/oslotest-2.4.0.ebuild
index f5b9c10333eda06c22491c2dc09fc47f3c87fd56..615478411aae15d3c1440d68d9aaffaa41bb88f4 100644
(file)
--- a/
dev-python/oslotest/oslotest-2.4.0.ebuild
+++ b/
dev-python/oslotest/oslotest-2.4.0.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
7
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python
{2_7,3_{4,5}
} )
+PYTHON_COMPAT=( python
2_7 python3_{4,5,6
} )
inherit distutils-r1