Switch to %py2_install

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-29 23:26:36 +02:00
parent 2a65570939
commit d8f453c9a3
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -38,7 +38,7 @@ kernel modules.
%py2_build
%install
%{__python} setup.py install --skip-build --root %{buildroot}
%py2_install
find %{buildroot} -size 0 -delete
%check