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}