From: Michał Górny Date: Wed, 5 Feb 2020 18:56:01 +0000 (+0100) Subject: dev-python/pockets: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d9c268abd11bed65eaf18fb5a15b98b77dfa514c;p=gentoo.git dev-python/pockets: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pockets/pockets-0.5.1.ebuild b/dev-python/pockets/pockets-0.5.1.ebuild index e55b2b784964..abb3d627bb98 100644 --- a/dev-python/pockets/pockets-0.5.1.ebuild +++ b/dev-python/pockets/pockets-0.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1