Accepting request 655666 from devel:languages:python

- Fix fdupes call

OBS-URL: https://build.opensuse.org/request/show/655666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2018-12-14 19:46:24 +00:00 committed by Git OBS Bridge
commit 65686cea89
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -71,7 +71,7 @@ rm src/pip/_vendor/certifi/cacert.pem
%install
%python_install
%prepare_alternative pip
%fdupes %{buildroot}%{_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check