Fix %py3_install_wheel (bug #1395953)

This commit is contained in:
Orion Poplawski 2016-11-16 21:32:46 -07:00
commit a73eb24716
2 changed files with 5 additions and 1 deletions

View file

@ -33,3 +33,4 @@
%py3_install_wheel() %{expand:
pip%{python3_version} install -I dist/%{1} --root %{buildroot} --strip-file-prefix %{buildroot}
}