From: Michał Górny Date: Sat, 28 Mar 2020 16:21:03 +0000 (+0100) Subject: dev-python/fasteners: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=394622243c3f49b6c9e716eac63ff6bc49a0db38;p=gentoo.git dev-python/fasteners: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild index 8f021a8b24c2..9413f8a03462 100644 --- a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild +++ b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1