From: Fred Morcos Date: Tue, 17 Jan 2023 14:25:22 +0000 (+0100) Subject: tasks.py: Missing commas X-Git-Tag: dnsdist-1.8.0-rc1~103^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869fc2b5fc8dc367de9958a082eaed33c5f4c90a;p=thirdparty%2Fpdns.git tasks.py: Missing commas --- diff --git a/tasks.py b/tasks.py index 39ea6840ef..273022371b 100644 --- a/tasks.py +++ b/tasks.py @@ -64,7 +64,7 @@ rec_bulk_deps = [ 'libsystemd0', 'moreutils', 'pdns-tools', - 'unzip' + 'unzip', ] dnsdist_build_deps = [ 'libcap-dev', @@ -114,7 +114,7 @@ auth_test_deps = [ # FIXME: we should be generating some of these from shlibde 'softhsm2', 'unbound-host', 'unixodbc', - 'wget' + 'wget', ] @task