From: Michał Górny Date: Mon, 3 Feb 2020 13:29:49 +0000 (+0100) Subject: dev-python/elementpath: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8288f140e3c1a4112718b9e3b2dad97341ce77b9;p=gentoo.git dev-python/elementpath: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/elementpath/elementpath-1.3.1.ebuild b/dev-python/elementpath/elementpath-1.3.1.ebuild index 5e43008a1b0f..a87888e16eea 100644 --- a/dev-python/elementpath/elementpath-1.3.1.ebuild +++ b/dev-python/elementpath/elementpath-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml"