summaryrefslogtreecommitdiff
path: root/archivers/py-pyzstd/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-pyzstd/files/patch-pyproject.toml')
-rw-r--r--archivers/py-pyzstd/files/patch-pyproject.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/archivers/py-pyzstd/files/patch-pyproject.toml b/archivers/py-pyzstd/files/patch-pyproject.toml
deleted file mode 100644
index 45c1f872d55f..000000000000
--- a/archivers/py-pyzstd/files/patch-pyproject.toml
+++ /dev/null
@@ -1,10 +0,0 @@
---- pyproject.toml.orig 2024-11-21 04:16:04 UTC
-+++ pyproject.toml
-@@ -1,6 +1,6 @@
- [build-system]
- # setuptools 64+ support --build-option
- # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows
--requires = ["setuptools>=64,<74"]
-+requires = ["setuptools"]
- backend-path = ["build_script"]
- build-backend = "pyzstd_pep517"