summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:13:46 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:24:33 +0100
commit83a9af010d041628fe91aa63d97da1cce258841c (patch)
tree795fde5af48c277634a807c6c8067fcc2d439590
parentdev-python/lmdb: Remove py2 (diff)
downloadgentoo-83a9af010d041628fe91aa63d97da1cce258841c.tar.gz
gentoo-83a9af010d041628fe91aa63d97da1cce258841c.tar.bz2
gentoo-83a9af010d041628fe91aa63d97da1cce258841c.zip
dev-python/locket: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/locket/locket-0.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/locket/locket-0.2.0.ebuild b/dev-python/locket/locket-0.2.0.ebuild
index 71de60e68792..32d1cdefc998 100644
--- a/dev-python/locket/locket-0.2.0.ebuild
+++ b/dev-python/locket/locket-0.2.0.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