[Python-modules-team] Bug#811477: FTBFS: missing dependency on funcsigs
Thomas Goirand
zigo at debian.org
Wed Apr 13 17:19:42 UTC 2016
Hi,
Since there's no movement on this bug (even not a reply from the current
maintainers), I've prepared an NMU, which I'm uploading to the delayed 3
days queue. If I noticed earlier that this issue wasn't solved, I would
have probably uploaded earlier.
Attached to this message, you'll find the proposed diff. You'll note
that it also patches the doc's conf.py which is using intersphinx. This
does network access during build, which is also an RC bug. If you don't
agree with this debdiff, please let me know ASAP, and I'll dcut the
package out.
Cheers,
Thomas Goirand (zigo)
-------------- next part --------------
diff -Nru kombu-3.0.35/debian/changelog kombu-3.0.35/debian/changelog
--- kombu-3.0.35/debian/changelog 2016-04-06 03:08:16.000000000 +0000
+++ kombu-3.0.35/debian/changelog 2016-04-13 17:02:58.000000000 +0000
@@ -1,3 +1,10 @@
+kombu (3.0.35-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Added missing build-depends-indep on python{3,}-funcsigs (Closes: #811477).
+
+ -- Thomas Goirand <zigo at debian.org> Wed, 13 Apr 2016 17:02:00 +0000
+
kombu (3.0.35-1) unstable; urgency=medium
* New upstream release.
diff -Nru kombu-3.0.35/debian/control kombu-3.0.35/debian/control
--- kombu-3.0.35/debian/control 2016-04-06 03:07:28.000000000 +0000
+++ kombu-3.0.35/debian/control 2016-04-13 17:03:42.000000000 +0000
@@ -13,6 +13,7 @@
python-boto,
python-couchdb (>= 0.8),
python-django,
+ python-funcsigs,
python-mock,
python-msgpack,
python-nose,
@@ -29,6 +30,7 @@
python3-amqp,
python3-anyjson (>= 0.3.3),
python3-django,
+ python3-funcsigs,
python3-mock,
python3-msgpack,
python3-nose,
diff -Nru kombu-3.0.35/debian/patches/no-intersphinx.patch kombu-3.0.35/debian/patches/no-intersphinx.patch
--- kombu-3.0.35/debian/patches/no-intersphinx.patch 1970-01-01 00:00:00.000000000 +0000
+++ kombu-3.0.35/debian/patches/no-intersphinx.patch 2016-04-13 17:07:59.000000000 +0000
@@ -0,0 +1,16 @@
+Description: No intersphinx
+ Otherwise, there's network access during build.
+Author: Thomas Goirand <zigo at debian.org>
+Forwarded: not-needed
+Last-Update: 2016-04-13
+
+--- kombu-3.0.35.orig/docs/conf.py
++++ kombu-3.0.35/docs/conf.py
+@@ -24,7 +24,6 @@ else:
+
+ extensions = [
+ 'sphinx.ext.autodoc',
+- 'sphinx.ext.intersphinx',
+ 'sphinx.ext.coverage',
+ 'sphinx.ext.viewcode',
+ 'sphinx.ext.pngmath',
diff -Nru kombu-3.0.35/debian/patches/series kombu-3.0.35/debian/patches/series
--- kombu-3.0.35/debian/patches/series 2016-04-06 03:07:18.000000000 +0000
+++ kombu-3.0.35/debian/patches/series 2016-04-13 17:07:21.000000000 +0000
@@ -1 +1,2 @@
remove_logo.patch
+no-intersphinx.patch
More information about the Python-modules-team
mailing list