commit: ca27acaa671e9630f64fe44ec58c1928e3022776
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 17:00:57 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 17:24:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca27acaa
dev-python/pypowervm: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pypowervm/pypowervm-1.1.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypowervm/pypowervm-1.1.10.ebuild
b/dev-python/pypowervm/pypowervm-1.1.10.ebuild
index 540e18b87ab..b068198d828 100644
--- a/dev-python/pypowervm/pypowervm-1.1.10.ebuild
+++ b/dev-python/pypowervm/pypowervm-1.1.10.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Python binding for the PowerVM REST API"