summaryrefslogtreecommitdiff
path: root/resources/grub
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-11 10:21:48 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-11 10:21:48 +0100
commit3da0ee4f73117edc1daaca6cb1ed9cb9484996a2 (patch)
tree3d684f46c725f464ebc43f80c6fb2e8ff9a164de /resources/grub
parent6290f999e2a85c0102a19087c9c925c621e14146 (diff)
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
Diffstat (limited to 'resources/grub')
-rw-r--r--resources/grub/patches/0003-specifically-use-python3-in-gentpl.py.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/resources/grub/patches/0003-specifically-use-python3-in-gentpl.py.patch b/resources/grub/patches/0003-specifically-use-python3-in-gentpl.py.patch
deleted file mode 100644
index c50f057b..00000000
--- a/resources/grub/patches/0003-specifically-use-python3-in-gentpl.py.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From d30654becf183e14e5c5c8d8216ee52a6437f233 Mon Sep 17 00:00:00 2001
-From: Leah Rowe <leah@libreboot.org>
-Date: Sun, 13 Mar 2022 18:08:57 +0000
-Subject: [PATCH 3/3] specifically use python3 in gentpl.py
-
----
- gentpl.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gentpl.py b/gentpl.py
-index 9f51e4fb6..22cf4439c 100644
---- a/gentpl.py
-+++ b/gentpl.py
-@@ -1,4 +1,4 @@
--#! /usr/bin/python
-+#! /usr/bin/python3
- # GRUB -- GRand Unified Bootloader
- # Copyright (C) 2010,2011,2012,2013 Free Software Foundation, Inc.
- #
---
-2.25.1
-