File: disable-reno.patch

package info (click to toggle)
python-requests-mock 1.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 476 kB
  • sloc: python: 1,941; makefile: 173
file content (18 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Disable reno
 This is checking for git history, which FTBFS.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2018-08-19

--- python-requests-mock-1.5.2.orig/doc/source/conf.py
+++ python-requests-mock-1.5.2/doc/source/conf.py
@@ -27,8 +27,7 @@ import requests_mock  # noqa
 
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['reno.sphinxext',
-              'sphinx.ext.autodoc',
+extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.doctest',
               'sphinx.ext.viewcode']