diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:05:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:16:20 +0100 |
commit | 307456faf53a9906e60ed323333bcace78956e43 (patch) | |
tree | 26d0edd6276d169dbf0e276c608ffca17867492f /dev-python/sortedcollections | |
parent | dev-python/socketio-client: Remove py2 (diff) | |
download | gentoo-307456faf53a9906e60ed323333bcace78956e43.tar.gz gentoo-307456faf53a9906e60ed323333bcace78956e43.tar.bz2 gentoo-307456faf53a9906e60ed323333bcace78956e43.zip |
dev-python/sortedcollections: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sortedcollections')
-rw-r--r-- | dev-python/sortedcollections/sortedcollections-0.5.3.ebuild | 2 |
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 |