summaryrefslogtreecommitdiff
path: root/dev-python/mkdocstrings-python/files/mkdocstrings-python-0.10.1-build_backend.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/mkdocstrings-python/files/mkdocstrings-python-0.10.1-build_backend.patch')
-rw-r--r--dev-python/mkdocstrings-python/files/mkdocstrings-python-0.10.1-build_backend.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/mkdocstrings-python/files/mkdocstrings-python-0.10.1-build_backend.patch b/dev-python/mkdocstrings-python/files/mkdocstrings-python-0.10.1-build_backend.patch
new file mode 100644
index 000000000000..32482faed216
--- /dev/null
+++ b/dev-python/mkdocstrings-python/files/mkdocstrings-python-0.10.1-build_backend.patch
@@ -0,0 +1,11 @@
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,6 +1,6 @@
+ [build-system]
+-requires = ["pdm-backend"]
+-build-backend = "pdm.backend"
++requires = ["pdm-pep517"]
++build-backend = "pdm.pep517.api"
+
+ [project]
+ name = "griffe"