summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-04 09:07:00 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-04 09:41:55 +0200
commit17a674a88d49aa1bd8ee8f40aef3a655d1e97da3 (patch)
tree12b2ae032c29d77f108c22da73489e87e19696f2 /dev-db/pgcli
parentdev-db/barman: Use slot for dev-python/psycopg (diff)
downloadgentoo-17a674a88d49aa1bd8ee8f40aef3a655d1e97da3.tar.gz
gentoo-17a674a88d49aa1bd8ee8f40aef3a655d1e97da3.tar.bz2
gentoo-17a674a88d49aa1bd8ee8f40aef3a655d1e97da3.zip
dev-db/pgcli: Use slot for dev-python/psycopg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db/pgcli')
-rw-r--r--dev-db/pgcli/pgcli-3.3.1-r1.ebuild (renamed from dev-db/pgcli/pgcli-3.3.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgcli/pgcli-3.3.1.ebuild b/dev-db/pgcli/pgcli-3.3.1-r1.ebuild
index 1878a36b4cf2..17e2c3964591 100644
--- a/dev-db/pgcli/pgcli-3.3.1.ebuild
+++ b/dev-db/pgcli/pgcli-3.3.1-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
dev-python/pendulum[${PYTHON_USEDEP}]
dev-python/pgspecial[${PYTHON_USEDEP}]
dev-python/prompt_toolkit[${PYTHON_USEDEP}]
- dev-python/psycopg[${PYTHON_USEDEP}]
+ dev-python/psycopg:2[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
dev-python/sqlparse[${PYTHON_USEDEP}]"