diff options
Diffstat (limited to 'converters/py-rencode/files/patch-pyproject.toml')
-rw-r--r-- | converters/py-rencode/files/patch-pyproject.toml | 26 |
1 files changed, 26 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..25d5061a3058 --- /dev/null +++ b/converters/py-rencode/files/patch-pyproject.toml @@ -0,0 +1,26 @@ +--- pyproject.toml.orig 2025-05-28 22:00:38 UTC ++++ pyproject.toml +@@ -9,12 +9,12 @@ exclude = ['rencode/*.c'] + exclude = ['rencode/*.c'] + + [tool.poetry.build] +-script = "build.py" ++script = "_build.py" + + [tool.poetry.dependencies] + python = "^3.9" + cython = ">=3" +-setuptools = "^80.4.0" ++setuptools = "*" + + [tool.poetry.group.dev.dependencies] + black = "^21.9b0" +@@ -23,7 +23,7 @@ pytest = "^8.3.5" + + + [tool.poetry.group.build.dependencies] +-setuptools = "^80.9.0" ++setuptools = "*" + cython = "^3.1.1" + poetry-core = "^2.1.3" + |