rpm needs python, so link it to python3

Este commit está contenido en:
Chris Cromer 2020-06-01 22:44:23 -04:00
padre 86b9d18e9b
commit 73619b0046
Firmado por: cromer
ID de clave GPG: 39CC813FF3C8708A
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -40,6 +40,7 @@ cd %{_builddir}
rm %{buildroot}%{_libdir}/python3.8/cgi.py
rm "%{buildroot}/usr/lib/python3.8/site-packages/setuptools/command/launcher manifest.xml"
rm "%{buildroot}/usr/lib/python3.8/site-packages/setuptools/script (dev).tmpl"
ln -sfv python3 %{buildroot}/usr/bin/python
#-----------------------------------------------------------------------------
# Copy license/copying file
install -D -m644 LICENSE %{buildroot}/usr/share/licenses/%{name}/LICENSE