Drop --strip-file-prefix option from %pyX_install_wheel macros, it is not needed

A custom pip patch was needed for this option, but the RECORD files are
relative, so no stripping is needed. We will eventually drop the patch.
This commit is contained in:
Miro Hrončok 2019-08-26 09:34:39 +02:00 committed by churchyard
commit f09ccd21f5
3 changed files with 6 additions and 3 deletions

View file

@ -41,5 +41,5 @@
}
%py2_install_wheel() %{expand:\\\
pip%{python2_version} install -I dist/%{1} --root %{buildroot} --strip-file-prefix %{buildroot} --no-deps
pip%{python2_version} install -I dist/%{1} --root %{buildroot} --no-deps
}