14
0

Accepting request 659642 from devel:languages:python

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-file?expand=0&rev=2
This commit is contained in:
2018-12-24 10:43:12 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:53:43 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sat Jan 6 05:26:44 UTC 2018 - arun@gmx.de

View File

@@ -12,28 +12,25 @@
# 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/
#
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without tests
Name: python-requests-file
Version: 1.4.3
Release: 0
Summary: File transport adapter for Requests
License: Apache-2.0
Group: Development/Languages/Python
Url: http://github.com/dashea/requests-file
URL: http://github.com/dashea/requests-file
Source: https://files.pythonhosted.org/packages/source/r/requests-file/requests-file-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-requests
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -57,8 +54,8 @@ library to allow local filesystem access via file:// URLs.
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.rst
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog