dev-python/dicttoxml: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 05:26:33 +0000 (06:26 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 05:50:06 +0000 (06:50 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/dicttoxml/dicttoxml-1.7.4.ebuild

index 78d47ad9bf8b8a385857c0a9bf3cad0cb71a9cd9..de6fc339e2684a5435563938611e220d7d2cb2d1 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1