From 73619b00467716b60f2fa53f01056922d0abd849 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Mon, 1 Jun 2020 22:44:23 -0400 Subject: [PATCH] rpm needs python, so link it to python3 --- SPECS/python3.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SPECS/python3.spec b/SPECS/python3.spec index 24323a6..4cdcdac 100644 --- a/SPECS/python3.spec +++ b/SPECS/python3.spec @@ -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