From: Otto Moerbeek Date: Mon, 10 Jan 2022 07:14:17 +0000 (+0100) Subject: unixodbc-dev is an auth dependency X-Git-Tag: auth-4.7.0-alpha1~87^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11154%2Fhead;p=thirdparty%2Fpdns.git unixodbc-dev is an auth dependency --- 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',