summaryrefslogtreecommitdiff
path: root/textproc/py-ocrmypdf/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-ocrmypdf/files/patch-pyproject.toml')
-rw-r--r--textproc/py-ocrmypdf/files/patch-pyproject.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/py-ocrmypdf/files/patch-pyproject.toml b/textproc/py-ocrmypdf/files/patch-pyproject.toml
deleted file mode 100644
index 2bec0c44995f..000000000000
--- a/textproc/py-ocrmypdf/files/patch-pyproject.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-Allow build with older versions of devel/py-setuptools_scm .
-
---- pyproject.toml.orig 2023-10-04 08:20:36 UTC
-+++ pyproject.toml
-@@ -1,7 +1,7 @@
- # SPDX-FileCopyrightText: 2022 James R. Barlow
- # SPDX-License-Identifier: MPL-2.0
- [build-system]
--requires = ["setuptools >= 61", "setuptools_scm[toml] >= 7.0.5", "wheel"]
-+requires = ["setuptools >= 61", "setuptools_scm[toml]", "wheel"]
- build-backend = "setuptools.build_meta"
-
- [project]