dev-python/couchdb-python: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 19:28:42 +0000 (20:28 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 19:47:17 +0000 (20:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/couchdb-python/couchdb-python-1.1.ebuild

index 9224e54f5d727b0324306af52d330a420bb6ab47..22089250d21a1674b2479422d8a8bf62b7e2da0e 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