Add --no-deps option to py_install_wheel macros
This commit is contained in:
parent
123ad4b49f
commit
d0fdb0d759
4 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue