Browse Source

Alias python to python3 on SUSE

bryan 2 weeks ago
parent
commit
7e572ed6df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -811,6 +811,7 @@ build_rpm() {
       recommends+=(mesa-va-drivers-freeworld)
       ;;
     suse)
+      requires=("${requires[@]/python/python3}")
       requires=("${requires[@]/libc6/glibc}")
       requires=("${requires[@]/libasound2/alsa-lib}")
       requires=("${requires[@]/libx11-6/libX11-6}")