Patch out intersphinx extension

Change-Id: I4ac7afd4879f0d43fb3210c8bf35700c41af8273
This commit is contained in:
Thomas Goirand 2016-10-08 11:52:31 +02:00
parent 692c645583
commit 2d3544d37d
3 changed files with 25 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-eventlet (0.19.0-4) unstable; urgency=medium
* Patch out intersphinx extension (Closes: #840092).
-- Thomas Goirand <zigo@debian.org> Sat, 08 Oct 2016 11:52:07 +0200
python-eventlet (0.19.0-3) unstable; urgency=medium
[ Thomas Goirand ]

View File

@ -0,0 +1,18 @@
Description: Patch out intersphinx
Avoids internet access during build
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: https://bugs.debian.org/840092
Forwarded: no
Last-Update: 2016-10-08
--- python-eventlet-0.19.0.orig/doc/conf.py
+++ python-eventlet-0.19.0/doc/conf.py
@@ -23,7 +23,7 @@ import sys, os
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage',
- 'sphinx.ext.intersphinx']
+ ]
# If this is True, '.. todo::' and '.. todolist::' produce output, else they produce
# nothing. The default is False.

View File

@ -5,3 +5,4 @@ allow-more-busy-cpu.patch
remove-networking-tests.patch
greendns_tests_fix.patch
remove-test_import_patched_defaults.patch
patch-out-intersphinx.patch