From 26c6f74cccc417b15746c990f812ad579c30084c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 9 Feb 2025 20:02:30 +0100 Subject: [PATCH] Updating psycopg3 depends (Closes: #1029182). Signed-off-by: Daniel Baumann --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2598e48..c414842 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Depends: python3-pgspecial (>= 2), python3-pkg-resources, python3-prompt-toolkit (>= 3.0), - python3-psycopg3 (>= 3.0.14), + python3-psycopg | python3-psycopg3 (>= 3.0.14), python3-sqlparse (>= 0.3), python3-tabulate, python3-terminaltables,