dev-python/elementpath: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 13:29:49 +0000 (14:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 3 Feb 2020 14:55:03 +0000 (15:55 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/elementpath/elementpath-1.3.1.ebuild

index 5e43008a1b0f7cfdb9ba0921b35c5e3dc2df08a3..a87888e16eeac28b26e5b6e7fd7f06a4e1012a46 100644 (file)
@@ -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"