diff --git a/python-requests-mock.changes b/python-requests-mock.changes index a9f4036..e66d08c 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:53:47 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Feb 23 13:52:35 UTC 2018 - tbechtold@suse.com diff --git a/python-requests-mock.spec b/python-requests-mock.spec index ef38e2e..c1cc9f3 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.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,10 +24,9 @@ Release: 0 Summary: Mock out responses from the requests package License: Apache-2.0 Group: Development/Languages/Python -Url: https://requests-mock.readthedocs.org/ +URL: https://requests-mock.readthedocs.org/ Source: https://files.pythonhosted.org/packages/source/r/requests-mock/requests-mock-%{version}.tar.gz BuildRequires: %{python_module Sphinx >= 1.1.2} -BuildRequires: %{python_module devel} BuildRequires: %{python_module fixtures} BuildRequires: %{python_module mock} BuildRequires: %{python_module pbr} @@ -39,13 +38,11 @@ BuildRequires: %{python_module testtools} BuildRequires: fdupes Requires: python-requests >= 1.1 Requires: python-six +BuildArch: noarch %ifpython3 BuildRequires: python3-dbm Requires: python3-dbm %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - %python_subpackages %description @@ -74,8 +71,8 @@ testr run --parallel %endif %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS README.rst LICENSE ChangeLog +%license LICENSE +%doc AUTHORS README.rst ChangeLog %{python_sitelib}/* %changelog