diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:13:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:24:33 +0100 |
commit | 83a9af010d041628fe91aa63d97da1cce258841c (patch) | |
tree | 795fde5af48c277634a807c6c8067fcc2d439590 /dev-python/locket | |
parent | dev-python/lmdb: Remove py2 (diff) | |
download | gentoo-83a9af010d041628fe91aa63d97da1cce258841c.tar.gz gentoo-83a9af010d041628fe91aa63d97da1cce258841c.tar.bz2 gentoo-83a9af010d041628fe91aa63d97da1cce258841c.zip |
dev-python/locket: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/locket')
-rw-r--r-- | dev-python/locket/locket-0.2.0.ebuild | 2 |
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 |