From 4691aa00296693fab15a49f398500d126fff1e34bd91a0e7a7823b2a8b2ad99e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Dec 2018 17:01:46 +0000 Subject: [PATCH] - 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 --- python-pbr.changes | 6 ++++++ python-pbr.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-pbr.changes b/python-pbr.changes index feb1636..a593ac2 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 11 17:00:20 UTC 2018 - Matěj Cepl + +- 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 diff --git a/python-pbr.spec b/python-pbr.spec index b0cac40..76c1d98 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -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}