Accepting request 659646 from devel:languages:python

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-mock?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2018-12-26 23:28:24 +00:00 committed by Git OBS Bridge
commit e9af681790
2 changed files with 10 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:53:47 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri Feb 23 13:52:35 UTC 2018 - tbechtold@suse.com

View File

@ -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