File: remove-m2r2.patch

package info (click to toggle)
cyclonedx-python-lib 11.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,044 kB
  • sloc: xml: 20,462; python: 12,968; makefile: 21; sh: 16
file content (26 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: remove dependency on m2r2.
 m2r2 is not currently packaged in Debian
Forwarded: not-needed
Author: Santiago Ruano Rincón <santiagorr@riseup.net>

Index: cyclonedx-python-lib/docs/conf.py
===================================================================
--- cyclonedx-python-lib.orig/docs/conf.py
+++ cyclonedx-python-lib/docs/conf.py
@@ -35,7 +35,6 @@ extensions = [
     # "sphinx.ext.viewcode",
     "autoapi.extension",
     "sphinx_rtd_theme",
-    "m2r2"
 ]
 
 
Index: cyclonedx-python-lib/docs/requirements.txt
===================================================================
--- cyclonedx-python-lib.orig/docs/requirements.txt
+++ cyclonedx-python-lib/docs/requirements.txt
@@ -1,4 +1,3 @@
-m2r2>=0.3.2
 sphinx>=7.2.6,<9
 sphinx-autoapi>=3.0.0,<4
 sphinx-rtd-theme>=2.0.0,<3