14
0
forked from pool/python-pbr

- add 0001-Skip-test-for-testr-hook-being-installed-when-testr-.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=96
This commit is contained in:
2018-09-14 21:20:34 +00:00
committed by Git OBS Bridge
parent 9ec10d4ebd
commit eece5f6f09
3 changed files with 50 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ License: Apache-2.0
Group: Development/Languages/Python
URL: http://pypi.python.org/pypi/pbr
Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz
Patch0: 0001-Skip-test-for-testr-hook-being-installed-when-testr-.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -69,6 +70,7 @@ information.
%prep
%setup -q -n pbr-%{version}
%patch0 -p1
# Get rid of ugly build-time deps that require network:
sed -i "s/, 'sphinx\.ext\.intersphinx'//" doc/source/conf.py