From 2c054dcbf00964de79240d80424f95e2e365fe9bbab7267b9bcd3204bd302cbc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:08:36 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=17 --- python-tenacity.changes | 5 +++++ python-tenacity.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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}