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.toml14
1 files changed, 14 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..e0a8a968172c
--- /dev/null
+++ b/graphics/py-pydot/files/patch-pyproject.toml
@@ -0,0 +1,14 @@
+--- pyproject.toml.orig 2025-05-04 11:11:07 UTC
++++ pyproject.toml
+@@ -10,10 +10,7 @@ readme = "README.md"
+ 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.0.9'