From: Michał Górny Date: Wed, 5 Feb 2020 17:57:11 +0000 (+0100) Subject: dev-python/pep257: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=28f574287f716226714205ac8b450b4cd5d2bfb4;p=gentoo.git dev-python/pep257: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pep257/pep257-2.1.1.ebuild b/dev-python/pep257/pep257-2.1.1.ebuild index 81273ae6b6e3..adc2b04b642a 100644 --- a/dev-python/pep257/pep257-2.1.1.ebuild +++ b/dev-python/pep257/pep257-2.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1