From 8d80ebf3f33f94c5e87dbb216fe3e47913ead00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 6 Feb 2020 06:43:38 +0100 Subject: [PATCH] dev-python/SaltTesting: 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/SaltTesting/SaltTesting-2018.1.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/SaltTesting/SaltTesting-2018.1.16.ebuild b/dev-python/SaltTesting/SaltTesting-2018.1.16.ebuild index 644e5b6771e00..17983e6fffc8b 100644 --- a/dev-python/SaltTesting/SaltTesting-2018.1.16.ebuild +++ b/dev-python/SaltTesting/SaltTesting-2018.1.16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit eutils distutils-r1