Source: pyzmq
Version: 20.0.0-1
Severity: important
Tags: ftbfs patch

pyzmq fails to build from source when activating the nocheck build
profile, because it fails importing the setup tools module. The
python3-setuptools dependency is annotated <!nocheck>, but it is always
required. Please consider applying the attached patch to drop the
annotation.

Helmut
diff --minimal -Nru pyzmq-20.0.0/debian/changelog pyzmq-20.0.0/debian/changelog
--- pyzmq-20.0.0/debian/changelog       2020-11-13 20:14:26.000000000 +0100
+++ pyzmq-20.0.0/debian/changelog       2021-02-27 12:56:52.000000000 +0100
@@ -1,3 +1,11 @@
+pyzmq (20.0.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with nocheck profile: unconditionally depend on
+    python3-setuptools. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 27 Feb 2021 12:56:52 +0100
+
 pyzmq (20.0.0-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --minimal -Nru pyzmq-20.0.0/debian/control pyzmq-20.0.0/debian/control
--- pyzmq-20.0.0/debian/control 2020-11-13 20:14:26.000000000 +0100
+++ pyzmq-20.0.0/debian/control 2021-02-27 12:56:50.000000000 +0100
@@ -18,7 +18,7 @@
                python3-numpy <!nocheck>,
                python3-numpy-dbg <!nocheck>,
                python3-pytest <!nocheck>,
-               python3-setuptools <!nocheck>,
+               python3-setuptools,
                python3-tornado <!nocheck>,
 Standards-Version: 4.5.0
 Homepage: https://www.zeromq.org/bindings:python

Reply via email to