dev-db/pgxnclient: Remove py2.7 where possible
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:13:38 +0000 (15:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:18:16 +0000 (15:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-db/pgxnclient/pgxnclient-1.2.1.ebuild

index 3ab85dc3dcf86aa8b74ec5e979fbc93e69ad8bc5..7a21cde057ad07795d1c736f3741c80de9f785b1 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1