From: Michał Górny Date: Wed, 5 Feb 2020 14:21:32 +0000 (+0100) Subject: dev-python/httreplay: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=09aee147661af3a6dd3d8be7044065fdf95d2ac3;p=gentoo.git dev-python/httreplay: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/httreplay/httreplay-0.2.0.ebuild b/dev-python/httreplay/httreplay-0.2.0.ebuild index 242af0739e0c..fc6e73aed555 100644 --- a/dev-python/httreplay/httreplay-0.2.0.ebuild +++ b/dev-python/httreplay/httreplay-0.2.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1