diff --git a/python-zict.changes b/python-zict.changes index ce7e77e..68d95aa 100644 --- a/python-zict.changes +++ b/python-zict.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 4 12:56:25 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- +Tue Dec 4 12:39:05 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sat Mar 3 18:20:21 UTC 2018 - arun@gmx.de diff --git a/python-zict.spec b/python-zict.spec index a82aa71..8398c7c 100644 --- a/python-zict.spec +++ b/python-zict.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/ # @@ -24,20 +24,17 @@ Release: 0 Summary: Mutable mapping tools License: BSD-3-Clause 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 -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-HeapDict +BuildArch: noarch %if %{with test} BuildRequires: %{python_module HeapDict} BuildRequires: %{python_module pytest} %endif -Requires: python-HeapDict -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - %python_subpackages %description @@ -59,8 +56,8 @@ Mutable Mapping interfaces for python. %endif %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE.txt README.rst +%license LICENSE.txt +%doc README.rst %{python_sitelib}/* %changelog