Source: bind9
Version: 1:9.19.19-1
Tags: patch
User: [email protected]
Usertags: cross-satisfiability

bind9 Build-Depends on python3, but it doesn't actually use python3
during build. While some tests are written using pytest, the lack of a
pytest dependency causes these tests to be skipped. Hence, I am
attaching a patch that drops this dependency.

If you meant to actually run these tests, you also need a dependency on
python3-pytest. If you do that, please annotate both the python3 and the
python3-pytest dependencies with <!nocheck>.

Helmut
diff --minimal -Nru bind9-9.19.19/debian/changelog 
bind9-9.19.19/debian/changelog
--- bind9-9.19.19/debian/changelog      2023-12-20 17:01:32.000000000 +0100
+++ bind9-9.19.19/debian/changelog      2024-02-08 11:30:35.000000000 +0100
@@ -1,3 +1,10 @@
+bind9 (1:9.19.19-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop unused Build-Depends: python3. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Thu, 08 Feb 2024 11:30:35 +0100
+
 bind9 (1:9.19.19-1) unstable; urgency=medium
 
   [ Ondřej Surý ]
diff --minimal -Nru bind9-9.19.19/debian/control bind9-9.19.19/debian/control
--- bind9-9.19.19/debian/control        2023-12-20 17:01:32.000000000 +0100
+++ bind9-9.19.19/debian/control        2024-02-08 11:30:33.000000000 +0100
@@ -30,7 +30,6 @@
                libxml2-dev,
                pkg-config,
                protobuf-c-compiler,
-               python3,
                zlib1g-dev
 Build-Depends-Indep: fonts-freefont-otf,
                      latexmk,

Reply via email to