summaryrefslogtreecommitdiff
path: root/graphics/py-pydot/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-pydot/files/patch-pyproject.toml')
-rw-r--r--graphics/py-pydot/files/patch-pyproject.toml14
1 files changed, 11 insertions, 3 deletions
diff --git a/graphics/py-pydot/files/patch-pyproject.toml b/graphics/py-pydot/files/patch-pyproject.toml
index e0a8a968172c..67194156c30a 100644
--- a/graphics/py-pydot/files/patch-pyproject.toml
+++ b/graphics/py-pydot/files/patch-pyproject.toml
@@ -1,6 +1,14 @@
---- pyproject.toml.orig 2025-05-04 11:11:07 UTC
+--- pyproject.toml.orig 2025-06-17 20:09:42 UTC
+++ pyproject.toml
-@@ -10,10 +10,7 @@ readme = "README.md"
+@@ -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"
@@ -11,4 +19,4 @@
+license = {text = "MIT"}
requires-python = ">= 3.8"
dependencies = [
- 'pyparsing>=3.0.9'
+ 'pyparsing>=3.1.0'