]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
tasks.py: Missing commas
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 17 Jan 2023 14:25:22 +0000 (15:25 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Thu, 19 Jan 2023 08:43:36 +0000 (09:43 +0100)
tasks.py

index 39ea6840ef65594c2ebdf59d224c8141b4eb99e8..273022371b0a552c505086ce9118e1254fae2619 100644 (file)
--- 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