dev-python/jsonext: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:27:10 +0000 (13:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 12:27:10 +0000 (13:27 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jsonext/jsonext-0.4.2.ebuild

index 5959457d7f79faa304e36ab3eb8be56e52a69fd6..20e93cbdff56bbeef04d4c1681b039a01954c1d5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 
 inherit distutils-r1