From: Michał Górny Date: Tue, 4 Feb 2020 13:38:52 +0000 (+0100) Subject: dev-python/humanfriendly: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=452a8069d8548bb86e7a561607c8ad304fbd519c;p=gentoo.git dev-python/humanfriendly: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/humanfriendly/humanfriendly-4.17.ebuild b/dev-python/humanfriendly/humanfriendly-4.17.ebuild index 2b7465a35b7f..9fe2f4da94ec 100644 --- a/dev-python/humanfriendly/humanfriendly-4.17.ebuild +++ b/dev-python/humanfriendly/humanfriendly-4.17.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1