summaryrefslogtreecommitdiff
path: root/converters/py-rencode/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'converters/py-rencode/files/patch-pyproject.toml')
-rw-r--r--converters/py-rencode/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/converters/py-rencode/files/patch-pyproject.toml b/converters/py-rencode/files/patch-pyproject.toml
new file mode 100644
index 000000000000..eb1050c55f5a
--- /dev/null
+++ b/converters/py-rencode/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2025-05-29 19:52:15 UTC
++++ pyproject.toml
+@@ -9,7 +9,7 @@ exclude = ['rencode/*.c']
+ exclude = ['rencode/*.c']
+
+ [tool.poetry.build]
+-script = "build.py"
++script = "_build.py"
+
+ [tool.poetry.dependencies]
+ python = "^3.9"