14
0
forked from pool/python-zict

Accepting request 654086 from devel:languages:python

Remove superfluous devel dependency for noarch package

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 4 12:56:25 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Tue Dec 4 12:39:05 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 3 18:20:21 UTC 2018 - arun@gmx.de Sat Mar 3 18:20:21 UTC 2018 - arun@gmx.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,20 +24,17 @@ Release: 0
Summary: Mutable mapping tools Summary: Mutable mapping tools
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/dask/zict/ URL: http://github.com/dask/zict/
Source: https://files.pythonhosted.org/packages/source/z/zict/zict-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/z/zict/zict-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-HeapDict
BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{python_module HeapDict} BuildRequires: %{python_module HeapDict}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
%endif %endif
Requires: python-HeapDict
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -59,8 +56,8 @@ Mutable Mapping interfaces for python.
%endif %endif
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %license LICENSE.txt
%doc LICENSE.txt README.rst %doc README.rst
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog