dev-python/jsondiff: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:23:35 +0000 (16:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:29:14 +0000 (16:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/jsondiff/jsondiff-1.1.2.ebuild

index 9e632c5023dbb7d055b0ab95dde86586d5c9bef0..3a6231ef9c845bf8f8c520d81a64cb3e3dbdfa8a 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,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1