From 753c1f066554f1c7143790e12cad4ab62a9943d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 4 Feb 2020 20:27:26 +0100 Subject: [PATCH] dev-python/cookies: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cookies/cookies-2.2.1-r1.ebuild | 2 +- dev-python/cookies/cookies-2.2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cookies/cookies-2.2.1-r1.ebuild b/dev-python/cookies/cookies-2.2.1-r1.ebuild index e973e6e15b0f..d6ed2171ffda 100644 --- a/dev-python/cookies/cookies-2.2.1-r1.ebuild +++ b/dev-python/cookies/cookies-2.2.1-r1.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}} pypy3 ) +PYTHON_COMPAT=(python3_{6,7,8} pypy3 ) inherit distutils-r1 diff --git a/dev-python/cookies/cookies-2.2.1.ebuild b/dev-python/cookies/cookies-2.2.1.ebuild index 09dcb5dcaac3..7133e4418b4f 100644 --- a/dev-python/cookies/cookies-2.2.1.ebuild +++ b/dev-python/cookies/cookies-2.2.1.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,3_7}) +PYTHON_COMPAT=(python{3_6,3_7}) inherit distutils-r1 -- 2.26.2