summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-07 15:13:38 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-07 15:18:16 +0200
commita8b72a3617ac6530651bfd54e74e7c9ec6cece3c (patch)
treea76ef36476d00710b6214c515d0cad672491b9ae /dev-db
parentapp-vim/vimpython: Remove py2.7 (diff)
downloadgentoo-a8b72a3617ac6530651bfd54e74e7c9ec6cece3c.tar.gz
gentoo-a8b72a3617ac6530651bfd54e74e7c9ec6cece3c.tar.bz2
gentoo-a8b72a3617ac6530651bfd54e74e7c9ec6cece3c.zip
dev-db/pgxnclient: Remove py2.7 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/pgxnclient/pgxnclient-1.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
index 3ab85dc3dcf8..7a21cde057ad 100644
--- a/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
+++ b/dev-db/pgxnclient/pgxnclient-1.2.1.ebuild
@@ -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