dev-python/lmdb: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:13:36 +0000 (17:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:32 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/lmdb/lmdb-0.92.ebuild

index 2c3fe85f5e1d343f82c90bd4e74bbe36680ca5d5..1a28cb0f52170f7a9d7a0b0b60cd36e72fc90fa2 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