File: fix-FTBFS-on-sphinx-build.patch

package info (click to toggle)
python-eventlet 0.19.0-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,120 kB
  • ctags: 3,551
  • sloc: python: 18,723; sh: 196; makefile: 102
file content (14 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Removes line that is doing FTBFS in doc
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no

--- python-eventlet-0.13.0.orig/doc/modules/zmq.rst
+++ python-eventlet-0.13.0/doc/modules/zmq.rst
@@ -15,7 +15,6 @@
 
 .. autoclass:: Socket
     :show-inheritance:
-    :inherited-members:
 
     .. automethod:: recv