summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-01-29 01:37:41 +0100
committergregor herrmann <gregoa@debian.org>2023-01-29 01:37:41 +0100
commit4c3b23855ad110a7049fd0592463b6d8750a2ad7 (patch)
tree1523cd9c429cb30ccc36970de2e4d0d88880d5bc
parent90b4bdb781d58e889683bab6c53a09d77218f623 (diff)
add database drivers to Recommends
thanks: autopkgtests Gbp-Dch: Ignore
-rw-r--r--debian/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 4981dfa..f47e2fd 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,9 @@ Depends: ${misc:Depends},
libmoo-perl,
libmoox-aliases-perl,
libnamespace-clean-perl
+Recommends: libdbd-mysql-perl,
+ libdbd-pg-perl,
+ libdbd-sqlite3-perl
Description: Catmandu tools to communicate with DBI based interfaces
Catmandu::DBI provides tools that communicate with DBI based interfaces
.