From 3cdef2e6ea2ddc3eaba97421e08925fe544f4648 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 12 Jan 2020 22:17:15 +0100 Subject: dev-python/os-service-types: Remove Python 2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/os-service-types/os-service-types-1.3.0.ebuild | 2 +- dev-python/os-service-types/os-service-types-1.6.0.ebuild | 2 +- dev-python/os-service-types/os-service-types-1.7.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 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 cfb17710ae86..4f5517811696 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_{6,7} ) +PYTHON_COMPAT=( python3_{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 ca1211ae2cf0..d82a40b4fefc 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_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/os-service-types/os-service-types-1.7.0.ebuild b/dev-python/os-service-types/os-service-types-1.7.0.ebuild index ca1211ae2cf0..d82a40b4fefc 100644 --- a/dev-python/os-service-types/os-service-types-1.7.0.ebuild +++ b/dev-python/os-service-types/os-service-types-1.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 -- cgit v1.2.3-18-g5258