python-pbr/for_sphinx.patch
Ondřej Súkup 79ac976ff3 Accepting request 612209 from home:mimi_vx:branches:devel:languages:python
- for_sphinx.patch - allow warnings for sphinx_build
  unfortuanetly python3 and python2 Sphinx have diff in docstring parsing

- for_sphinx.patch - allow warnings for sphinx_build
  unfortuanetly python3 and python2 Sphinx have diff in docstring parsing

OBS-URL: https://build.opensuse.org/request/show/612209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=83
2018-05-25 10:41:06 +00:00

13 lines
295 B
Diff

Index: pbr-4.0.3/setup.cfg
===================================================================
--- pbr-4.0.3.orig/setup.cfg
+++ pbr-4.0.3/setup.cfg
@@ -55,7 +55,6 @@ console_scripts =
all-files = 1
build-dir = doc/build
source-dir = doc/source
-warning-is-error = 1
[wheel]
universal = 1