From: Michał Górny Date: Thu, 6 Feb 2020 06:51:28 +0000 (+0100) Subject: dev-python/URLObject: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c24249326af13bb722b29197619f5d486695d3b1;p=gentoo.git dev-python/URLObject: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/URLObject/URLObject-2.4.3.ebuild b/dev-python/URLObject/URLObject-2.4.3.ebuild index 2c73710f1b39..5796b3cf392f 100644 --- a/dev-python/URLObject/URLObject-2.4.3.ebuild +++ b/dev-python/URLObject/URLObject-2.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1