diff --git a/python-tenacity.changes b/python-tenacity.changes index 8f53b0b..e907746 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:55:05 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Oct 18 21:56:38 UTC 2018 - Jan Engelhardt diff --git a/python-tenacity.spec b/python-tenacity.spec index 582c4f8..00c5b44 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -26,7 +26,6 @@ License: Apache-2.0 Group: Development/Languages/Python Url: https://github.com/jd/tenacity Source: https://files.pythonhosted.org/packages/source/t/tenacity/tenacity-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module monotonic >= 0.6} BuildRequires: %{python_module pbr} BuildRequires: %{python_module pytest}