summaryrefslogtreecommitdiff
path: root/cad/py-amaranth/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cad/py-amaranth/files/patch-pyproject.toml')
-rw-r--r--cad/py-amaranth/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/py-amaranth/files/patch-pyproject.toml b/cad/py-amaranth/files/patch-pyproject.toml
new file mode 100644
index 000000000000..150a7100fa4a
--- /dev/null
+++ b/cad/py-amaranth/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig 2024-10-05 02:47:34 UTC
++++ pyproject.toml
+@@ -44,7 +44,7 @@ amaranth-rpc = "amaranth.rpc:main"
+ # Build system configuration
+
+ [build-system]
+-requires = ["pdm-backend~=2.3.0"]
++requires = ["pdm-backend>=2.3.0"]
+ build-backend = "pdm.backend"
+
+ [tool.pdm]