]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Use `catch2` instead of `libcatch2-dev` since Ubuntu is laggind behind 17039/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 26 Mar 2026 14:22:44 +0000 (15:22 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 26 Mar 2026 14:22:44 +0000 (15:22 +0100)
This might become a catch22.

tasks.py

index 9dc19b3627e0b8ef36914d2201873d5c53aa6800..d438d7669ddfd728eb97cc9d09865290f3b9c9d0 100644 (file)
--- a/tasks.py
+++ b/tasks.py
@@ -83,7 +83,7 @@ rec_bulk_ubicloud_deps = [
 ]
 dnsdist_build_deps = [
     "libcap-dev",
-    "libcatch2-dev",
+    "catch2",
     "libcdb-dev",
     "libedit-dev",
     "libfstrm-dev",