Fix %py3_install_wheel (bug #1395953)

This commit is contained in:
Orion Poplawski 2016-11-16 21:32:46 -07:00
parent e7af332922
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}
}

View File

@ -1,6 +1,6 @@
Name: python-rpm-macros
Version: 3
Release: 13%{?dist}
Release: 14%{?dist}
Summary: The unversioned Python RPM macros
License: MIT
@ -69,6 +69,9 @@ install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \
%changelog
* Wed Nov 16 2016 Orion Poplawski <orion@cora.nwra.com> 3-14
- Fix %%py3_install_wheel (bug #1395953)
* Wed Nov 16 2016 Orion Poplawski <orion@cora.nwra.com> 3-13
- Add missing sleeps to other build macros
- Fix build_egg macros