From 2db67a589e688ba866fce79132f608652bbc4cd8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 17 Apr 2019 09:48:22 +0200 Subject: */*: Remove python3_4 PYTHON_COMPAT correctly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild | 2 +- dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/oslo-i18n') diff --git a/dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild b/dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild index 61e91e31fe88..86c994244425 100644 --- a/dev-python/oslo-i18n/oslo-i18n-3.19.0.ebuild +++ b/dev-python/oslo-i18n/oslo-i18n-3.19.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 vcs-snapshot diff --git a/dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild b/dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild index 0f7513b4aff4..23787714b286 100644 --- a/dev-python/oslo-i18n/oslo-i18n-3.23.1.ebuild +++ b/dev-python/oslo-i18n/oslo-i18n-3.23.1.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 vcs-snapshot -- cgit v1.2.3-65-gdbad