- Actually, although the package is noarch, its test suite is not, so we

need python-devel at least for tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=106
This commit is contained in:
Matej Cepl 2018-12-11 17:01:46 +00:00 committed by Git OBS Bridge
parent e6faf0fdae
commit 4691aa0029
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 11 17:00:20 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Actually, although the package is noarch, its test suite is not, so we
need python-devel at least for tests.
-------------------------------------------------------------------
Tue Dec 4 12:51:21 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -47,6 +47,7 @@ Obsoletes: python-pbr-doc
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Sphinx >= 1.6.2}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module fixtures >= 3.0.0}
BuildRequires: %{python_module mock >= 2.0}
BuildRequires: %{python_module six >= 1.9.0}