diff options
Diffstat (limited to 'dev-python/pypowervm')
-rw-r--r-- | dev-python/pypowervm/pypowervm-1.1.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypowervm/pypowervm-1.1.10.ebuild b/dev-python/pypowervm/pypowervm-1.1.10.ebuild index 540e18b87abc..b068198d828e 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" |