diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:40:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:04:50 +0100 |
commit | 85c641360da2d529770a1b7fcb73dee75a42abf2 (patch) | |
tree | 64c5d6a4e60c5a5c290bcb69d3fef9d4e24a38db /dev-db/pgcli | |
parent | dev-db/mycli: Remove Python 2 (diff) | |
download | gentoo-85c641360da2d529770a1b7fcb73dee75a42abf2.tar.gz gentoo-85c641360da2d529770a1b7fcb73dee75a42abf2.tar.bz2 gentoo-85c641360da2d529770a1b7fcb73dee75a42abf2.zip |
dev-db/pgcli: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/pgcli')
-rw-r--r-- | dev-db/pgcli/pgcli-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgcli/pgcli-2.0.2.ebuild b/dev-db/pgcli/pgcli-2.0.2.ebuild index 3e2a37d160bd..efae77fb995d 100644 --- a/dev-db/pgcli/pgcli-2.0.2.ebuild +++ b/dev-db/pgcli/pgcli-2.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="CLI for Postgres with auto-completion and syntax highlighting" |