File 0012-Switch-to-python3-bsc-1075769.patch of Package syslinux
From e5e477489244e07f5548e2352b0bbd69c7defd06 Mon Sep 17 00:00:00 2001
From: Steffen Winterfeldt <snwint@suse.de>
Date: Thu, 18 Jan 2018 12:57:04 +0100
Subject: [PATCH 12/22] Switch to python3 (bsc#1075769)
---
com32/cmenu/menugen.py | 2 +-
mk/syslinux.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/com32/cmenu/menugen.py b/com32/cmenu/menugen.py
index da64d937..f71eabd5 100644
--- a/com32/cmenu/menugen.py
+++ b/com32/cmenu/menugen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import sys, re, getopt
diff --git a/mk/syslinux.mk b/mk/syslinux.mk
index 593ff75f..dcd9687a 100644
--- a/mk/syslinux.mk
+++ b/mk/syslinux.mk
@@ -41,7 +41,7 @@ NASM = nasm
NASMOPT = -Ox $(DEBUGOPT)
PERL = perl
-PYTHON = python
+PYTHON = python3
UPX = upx
CHMOD = chmod
--
2.42.0