From a6161800ce6c095a79f6439065d8fb33c708f1f5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 25 Jul 2020 10:12:44 +0200 Subject: dev-python/betamax-matchers: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/betamax-matchers') diff --git a/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild b/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild index 18539cb8ed65..0d16c3b3f718 100644 --- a/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild +++ b/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad