- Fix fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=58
This commit is contained in:
parent
05d175b09d
commit
a79f74f347
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 6 13:19:11 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Fix fdupes call
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 20 15:36:00 UTC 2018 - Arun Persaud <arun@gmx.de>
|
Sat Oct 20 15:36:00 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ rm src/pip/_vendor/certifi/cacert.pem
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%prepare_alternative pip
|
%prepare_alternative pip
|
||||||
%fdupes %{buildroot}%{_prefix}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user