From dc573517f3cddae6749d1e76f6ef23a20fc7e09a87c04b88a73fe6ce1ebbda30 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:50:19 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydocstyle?expand=0&rev=5 --- python-pydocstyle.changes | 5 +++++ python-pydocstyle.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-pydocstyle.changes b/python-pydocstyle.changes index f534176..200dabe 100644 --- a/python-pydocstyle.changes +++ b/python-pydocstyle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:52:06 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Jun 7 16:09:18 UTC 2018 - toddrme2178@gmail.com diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index 2644d92..2ed3d2e 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -26,7 +26,6 @@ License: MIT Group: Development/Languages/Python Url: https://github.com/PyCQA/pydocstyle/ Source: https://files.pythonhosted.org/packages/source/p/pydocstyle/pydocstyle-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros %if %{with test}