dev-python/python-memcached: Drop py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 19:48:36 +0000 (20:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 17 Mar 2020 19:52:32 +0000 (20:52 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-memcached/python-memcached-1.59.ebuild

index 10a27b7cc24516f41b5bdb3b7a261145a678d56d..4a7c105d041dac9035bdd9e60f045daa95a6f727 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