dev-python/demjson: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 18:36:43 +0000 (19:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 18:44:28 +0000 (19:44 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/demjson/demjson-2.2.4.ebuild

index c6079a8834b6b71bd499ffa11070315c3a2c221e..55bc5cc57392e6c0eafb5e9f6d9f72c230005af3 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit distutils-r1