diff options
Diffstat (limited to 'dev-python/os-service-types')
-rw-r--r-- | dev-python/os-service-types/os-service-types-1.3.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/os-service-types/os-service-types-1.6.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/os-service-types/os-service-types-1.3.0.ebuild b/dev-python/os-service-types/os-service-types-1.3.0.ebuild index efb3b106b31a..eda62bb88f6b 100644 --- a/dev-python/os-service-types/os-service-types-1.3.0.ebuild +++ b/dev-python/os-service-types/os-service-types-1.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="A library to handle official service types for OpenStack and it's aliases." diff --git a/dev-python/os-service-types/os-service-types-1.6.0.ebuild b/dev-python/os-service-types/os-service-types-1.6.0.ebuild index 9fde54cbe589..48917eb701ad 100644 --- a/dev-python/os-service-types/os-service-types-1.6.0.ebuild +++ b/dev-python/os-service-types/os-service-types-1.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 |