summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-03 14:29:49 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-03 15:55:03 +0100
commit8288f140e3c1a4112718b9e3b2dad97341ce77b9 (patch)
tree4ca839925ea5b8443827cc1403a5e781c2d9b93a /dev-python/elementpath/elementpath-1.3.1.ebuild
parentnet-libs/webkit-gtk: x86 stable wrt bug #706374 (diff)
downloadgentoo-8288f140e3c1a4112718b9e3b2dad97341ce77b9.tar.gz
gentoo-8288f140e3c1a4112718b9e3b2dad97341ce77b9.tar.bz2
gentoo-8288f140e3c1a4112718b9e3b2dad97341ce77b9.zip
dev-python/elementpath: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/elementpath/elementpath-1.3.1.ebuild')
-rw-r--r--dev-python/elementpath/elementpath-1.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"