dev-python/pypowervm: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 17:00:57 +0000 (19:00 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 17:24:20 +0000 (19:24 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pypowervm/pypowervm-1.1.10.ebuild

index 540e18b87abcdc24849e5cf6f63ed3899c4ef30d..b068198d828e69789fd7a86e97e201eee6c463e8 100644 (file)
@@ -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"