forked from pool/python-requests-futures
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-futures?expand=0&rev=10
This commit is contained in:
parent
f7a633cf14
commit
90772f6d8b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 14:41:20 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 08:47:57 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -23,7 +23,6 @@ Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Asynchronous Python HTTP Requests for Humans using Futures
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/ross/%{short_name}
|
||||
Source: https://files.pythonhosted.org/packages/source/r/%{short_name}/%{short_name}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools >= 38.6.1}
|
||||
@ -48,7 +47,7 @@ concurrent.futures or the backport for prior versions of python.
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# online tests on http://httpbin.org
|
||||
|
Loading…
Reference in New Issue
Block a user