14
0
forked from pool/python-txWS

Accepting request 659725 from devel:languages:python

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659725
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-txWS?expand=0&rev=3
This commit is contained in:
2018-12-24 10:45:24 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:55:29 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 10 13:05:44 UTC 2018 - jengelh@inai.de Sat Feb 10 13:05:44 UTC 2018 - jengelh@inai.de

View File

@@ -12,7 +12,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/
# #
@@ -24,9 +24,8 @@ Release: 0
Summary: Twisted WebSockets wrapper Summary: Twisted WebSockets wrapper
License: X11 License: X11
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/MostAwesomeDude/txWS URL: http://github.com/MostAwesomeDude/txWS
Source: https://files.pythonhosted.org/packages/source/t/txWS/txWS-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/t/txWS/txWS-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six} BuildRequires: %{python_module six}
BuildRequires: %{python_module vcversioner} BuildRequires: %{python_module vcversioner}
@@ -50,8 +49,8 @@ adding WebSockets server support to Twisted applications.
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %license LICENSE
%doc CHANGELOG.rst LICENSE README.rst %doc CHANGELOG.rst README.rst
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog