From c204c9b32b7f7b6e98919172fd2f36dc702dbe7e Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 10 Jan 2022 08:14:17 +0100 Subject: [PATCH] unixodbc-dev is an auth dependency --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index 1b45d7b74f..86a6028f39 100644 --- a/tasks.py +++ b/tasks.py @@ -45,6 +45,7 @@ auth_build_deps = [ # FIXME: perhaps we should be stealing these from the deb 'ruby-bundler', 'ruby-dev', 'sqlite3', + 'unixodbc-dev', ] rec_build_deps = [ 'libcap-dev', -- 2.47.2