From: Michał Górny Date: Wed, 5 Feb 2020 14:11:21 +0000 (+0100) Subject: dev-python/h11: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0352c32376bc722667fa0f9b9d67d8190daa9a70;p=gentoo.git dev-python/h11: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/h11/h11-0.7.0.ebuild b/dev-python/h11/h11-0.7.0.ebuild index a1756f43f79c..d0336b317872 100644 --- a/dev-python/h11/h11-0.7.0.ebuild +++ b/dev-python/h11/h11-0.7.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/h11/h11-0.8.1.ebuild b/dev-python/h11/h11-0.8.1.ebuild index a53ffeb33faf..5ecef28bce40 100644 --- a/dev-python/h11/h11-0.8.1.ebuild +++ b/dev-python/h11/h11-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1