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 2ff47dcd93
commit 98f17c2f63
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -65,7 +65,7 @@ popd
%install
rm -rf %{buildroot}
%{__python} setup.py install --skip-build --root %{buildroot}
%py2_install
%if 0%{?with_python3}
pushd %{py3dir}