Add --no-deps option to py_install_wheel macros

This commit is contained in:
Michal Cyprian 2017-01-23 18:52:17 +01:00
commit d0fdb0d759
4 changed files with 7 additions and 4 deletions

View file

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