~ruther/guix-local

ref: 69d708ff28ac2e893fe9c9ea19977f610fbb4621 guix-local/gnu/packages/patches/ganeti-sphinx-import.patch -rw-r--r-- 345 bytes
69d708ff — Sharlatan Hellseher gnu: python-libfreenect: Fix build with gcc-1.14. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/build/sphinx_ext.py b/lib/build/sphinx_ext.py
index ca8b8216e..017f52343 100644
--- a/lib/build/sphinx_ext.py
+++ b/lib/build/sphinx_ext.py
@@ -45,7 +45,6 @@ import docutils.parsers.rst
 from docutils.parsers.rst import Directive
 
 import sphinx.errors
-import sphinx.util.compat
 import sphinx.roles
 import sphinx.addnodes