14
0
forked from pool/python-ntfy

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ntfy?expand=0&rev=8
This commit is contained in:
2018-12-04 13:43:17 +00:00
committed by Git OBS Bridge
parent eff600627e
commit 8e486d32cf
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:50:54 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 25 19:51:37 UTC 2018 - marix@marix.org Sun Nov 25 19:51:37 UTC 2018 - marix@marix.org

View File

@@ -13,7 +13,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
@@ -30,7 +30,6 @@ Group: Development/Languages/Python
Url: https://github.com/dschep/ntfy Url: https://github.com/dschep/ntfy
Source: ntfy-%{version}.tar.xz Source: ntfy-%{version}.tar.xz
BuildRequires: %{python_module appdirs} BuildRequires: %{python_module appdirs}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module requests} BuildRequires: %{python_module requests}
BuildRequires: %{python_module ruamel.yaml} BuildRequires: %{python_module ruamel.yaml}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}