summaryrefslogtreecommitdiff
path: root/graphics/py-pydot/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-pydot/files')
-rw-r--r--graphics/py-pydot/files/patch-pyproject.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/py-pydot/files/patch-pyproject.toml b/graphics/py-pydot/files/patch-pyproject.toml
new file mode 100644
index 000000000000..67194156c30a
--- /dev/null
+++ b/graphics/py-pydot/files/patch-pyproject.toml
@@ -0,0 +1,22 @@
+--- pyproject.toml.orig 2025-06-17 20:09:42 UTC
++++ pyproject.toml
+@@ -3,17 +3,14 @@
+ # SPDX-License-Identifier: MIT
+
+ [build-system]
+-requires = ["setuptools >= 75.3.2"]
++requires = ["setuptools >= 61.0"]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+ name = 'pydot'
+ description = "Python interface to Graphviz's Dot"
+ readme = "README.md"
+-license = "MIT"
+-license-files = [
+- 'LICENSES/*',
+-]
++license = {text = "MIT"}
+ requires-python = ">= 3.8"
+ dependencies = [
+ 'pyparsing>=3.1.0'