1
0

Accepting request 653957 from devel:languages:python

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/653957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CacheControl?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-12-13 18:40:34 +00:00 committed by Git OBS Bridge
commit d0a04bb6ed
2 changed files with 14 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:46:22 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 23 15:11:34 UTC 2018 - tbechtold@suse.com Fri Mar 23 15:11:34 UTC 2018 - tbechtold@suse.com

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/
# #
@ -23,22 +23,20 @@ Release: 0
Summary: httplib2 caching for requests Summary: httplib2 caching for requests
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/ionrock/cachecontrol URL: https://github.com/ionrock/cachecontrol
Source: https://files.pythonhosted.org/packages/source/C/CacheControl/CacheControl-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/C/CacheControl/CacheControl-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module msgpack-python}
BuildRequires: %{python_module requests}
# /SECTION
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-msgpack-python Requires: python-msgpack-python
Requires: python-requests Requires: python-requests
Suggests: python-lockfile >= 0.9 Suggests: python-lockfile >= 0.9
Suggests: python-redis >= 2.10.5 Suggests: python-redis >= 2.10.5
BuildArch: noarch BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module msgpack-python}
BuildRequires: %{python_module requests}
# /SECTION
%python_subpackages %python_subpackages
%description %description
@ -60,7 +58,8 @@ terms of caching.
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%doc LICENSE.txt README.rst %license LICENSE.txt
%doc README.rst
%python3_only %{_bindir}/doesitcache %python3_only %{_bindir}/doesitcache
%{python_sitelib}/* %{python_sitelib}/*