Source: breezy
Version: 3.1.0-8
Severity: important
Tags: ftfbs patch

breezy fails to build from source when enabling the nocheck profile,
because the setuptools module cannot be found. Please consider applying
the attached patch to add it to Build-Depends.

Helmut
diff --minimal -Nru breezy-3.1.0/debian/changelog breezy-3.1.0/debian/changelog
--- breezy-3.1.0/debian/changelog       2020-12-06 16:06:43.000000000 +0100
+++ breezy-3.1.0/debian/changelog       2021-02-17 22:23:49.000000000 +0100
@@ -1,3 +1,10 @@
+breezy (3.1.0-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing python3-setuptools to Build-Depends. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Wed, 17 Feb 2021 22:23:49 +0100
+
 breezy (3.1.0-8) unstable; urgency=medium
 
   * Add patch 21_extssh: add support for extssh URLs.
diff --minimal -Nru breezy-3.1.0/debian/control breezy-3.1.0/debian/control
--- breezy-3.1.0/debian/control 2020-12-06 16:06:43.000000000 +0100
+++ breezy-3.1.0/debian/control 2021-02-17 22:23:47.000000000 +0100
@@ -20,6 +20,7 @@
                python3-launchpadlib,
                python3-paramiko,
                python3-patiencediff,
+               python3-setuptools,
                python3-six,
                python3-sphinx (>= 1.0.7+dfsg),
                python3-subunit <!nocheck>,

Reply via email to