From 0352c32376bc722667fa0f9b9d67d8190daa9a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 15:11:21 +0100 Subject: [PATCH] dev-python/h11: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/h11/h11-0.7.0.ebuild | 2 +- dev-python/h11/h11-0.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/h11/h11-0.7.0.ebuild b/dev-python/h11/h11-0.7.0.ebuild index a1756f43f79c9..d0336b3178722 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 a53ffeb33fafb..5ecef28bce408 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