summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 07:05:29 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 07:16:20 +0100
commit307456faf53a9906e60ed323333bcace78956e43 (patch)
tree26d0edd6276d169dbf0e276c608ffca17867492f
parentdev-python/socketio-client: Remove py2 (diff)
downloadgentoo-307456fa.tar.gz
gentoo-307456fa.tar.bz2
gentoo-307456fa.zip
dev-python/sortedcollections: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/sortedcollections/sortedcollections-0.5.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
index cf93ff3ae9ce..d21830553a57 100644
--- a/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
+++ b/dev-python/sortedcollections/sortedcollections-0.5.3.ebuild
@@ -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