14
0
forked from pool/python-pbr

Accepting request 258645 from Cloud:OpenStack:Master

- add 0001-Allow-overwriting-sphinx-builder-list-from-command-l.patch
  0001-use-get_boolean_option-for-warnerrors.patch

OBS-URL: https://build.opensuse.org/request/show/258645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=22
This commit is contained in:
Denisart Benjamin
2014-10-29 17:19:48 +00:00
committed by Git OBS Bridge
parent 202dd2d115
commit b7538471ce
4 changed files with 70 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/pbr
Source: https://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz
Source1: python-pbr-rpmlintrc
Patch0: 0001-use-get_boolean_option-for-warnerrors.patch
Patch1: 0001-Allow-overwriting-sphinx-builder-list-from-command-l.patch
BuildRequires: python-devel
BuildRequires: python-pip >= 1.4
# Documentation requirements:
@@ -65,6 +67,8 @@ information.
%prep
%setup -q -n pbr-%{version}
%patch0 -p1
%patch1 -p1
# Get rid of ugly build-time deps that require network:
sed -i "s/, 'sphinx\.ext\.intersphinx'//" doc/source/conf.py