From 869fc2b5fc8dc367de9958a082eaed33c5f4c90a Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 17 Jan 2023 15:25:22 +0100 Subject: [PATCH] tasks.py: Missing commas --- tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2