From e853ddb94381491d4d61f4631128487fd73ba86e Mon Sep 17 00:00:00 2001
From: j1nx
Date: Sun, 7 May 2023 16:25:28 +0200
Subject: [PATCH] Add pep517 patch for future change over to it
---
.../0001-Fix-pep517-install.patch | 31 +++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 buildroot-external/package/python-pendulum/0001-Fix-pep517-install.patch
diff --git a/buildroot-external/package/python-pendulum/0001-Fix-pep517-install.patch b/buildroot-external/package/python-pendulum/0001-Fix-pep517-install.patch
new file mode 100644
index 00000000..1c460d94
--- /dev/null
+++ b/buildroot-external/package/python-pendulum/0001-Fix-pep517-install.patch
@@ -0,0 +1,31 @@
+From 070ac326d09b935b819e2300b0f4b1b5e7d81ae9 Mon Sep 17 00:00:00 2001
+From: j1nx
+Date: Sun, 7 May 2023 15:58:38 +0200
+Subject: [PATCH 1/1] Fix pep517 install
+
+---
+ build.py => buildext.py | 0
+ pyproject.toml | 2 +-
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+ rename build.py => buildext.py (100%)
+
+diff --git a/build.py b/buildext.py
+similarity index 100%
+rename from build.py
+rename to buildext.py
+diff --git a/pyproject.toml b/pyproject.toml
+index cadf000..36fd781 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -50,7 +50,7 @@ freezegun = "^0.3.15"
+
+ [tool.poetry.build]
+ generate-setup-file = false
+-script = "build.py"
++script = "buildext.py"
+
+ [tool.isort]
+ line_length = 88
+--
+2.34.1
+