dev-python/sortedcollections: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:05:29 +0000 (07:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:20 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sortedcollections/sortedcollections-0.5.3.ebuild

index cf93ff3ae9ce4e83376619f7f1ff62f15db5bbff..d21830553a575192f45d77c9f50f8ffcb34cf50d 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