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

index f8089f3c2ea6554bb5fe7e444488384751aebdfe..d23fedd5cddce72b91fccfea33aa834f19ec173d 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="An XML Schema validator and decoder"