From 3da0ee4f73117edc1daaca6cb1ed9cb9484996a2 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 11 May 2023 10:21:48 +0100 Subject: remove python3 patches python 3 is default now, in all the distros specifically calling "python3" often doesn't work anymore python2 is obsolete let python2 die --- .../0001-use-python3-specifically-in-scripts.patch | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 resources/seabios/patches/0001-use-python3-specifically-in-scripts.patch (limited to 'resources/seabios/patches/0001-use-python3-specifically-in-scripts.patch') diff --git a/resources/seabios/patches/0001-use-python3-specifically-in-scripts.patch b/resources/seabios/patches/0001-use-python3-specifically-in-scripts.patch deleted file mode 100644 index 9680835b..00000000 --- a/resources/seabios/patches/0001-use-python3-specifically-in-scripts.patch +++ /dev/null @@ -1,35 +0,0 @@ -From a21f175947d7186e0b5554826e1ae51880a6cfb8 Mon Sep 17 00:00:00 2001 -From: Leah Rowe -Date: Sun, 13 Mar 2022 18:02:26 +0000 -Subject: [PATCH 1/1] use python3 specifically, in scripts - -some systems don't have a python binary anymore, only python2 and -python3 binaries, without creating a symlink to either of them ---- - scripts/acpi_extract.py | 2 +- - scripts/acpi_extract_preprocess.py | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/scripts/acpi_extract.py b/scripts/acpi_extract.py -index 3ed863b..eb910f3 100755 ---- a/scripts/acpi_extract.py -+++ b/scripts/acpi_extract.py -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!/usr/bin/python3 - # Copyright (C) 2011 Red Hat, Inc., Michael S. Tsirkin - # - # This file may be distributed under the terms of the GNU GPLv3 license. -diff --git a/scripts/acpi_extract_preprocess.py b/scripts/acpi_extract_preprocess.py -index 2698118..6963847 100755 ---- a/scripts/acpi_extract_preprocess.py -+++ b/scripts/acpi_extract_preprocess.py -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!/usr/bin/python3 - # Copyright (C) 2011 Red Hat, Inc., Michael S. Tsirkin - # - # This file may be distributed under the terms of the GNU GPLv3 license. --- -2.25.1 - -- cgit v1.2.1