summaryrefslogtreecommitdiff
path: root/dev-python/mkdocstrings-python/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-11 12:45:53 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-11 12:45:53 +0000
commitfd8c338741e0a4b9350821c192bc87109ebdbfc8 (patch)
tree5eec42bf2ef9890643a50ea64e15c60d8c40dd4c /dev-python/mkdocstrings-python/files
parentdae546ae7e1a3f1ea89c9874497c1694a8a945e4 (diff)
downloadbaldeagleos-repo-fd8c338741e0a4b9350821c192bc87109ebdbfc8.tar.gz
baldeagleos-repo-fd8c338741e0a4b9350821c192bc87109ebdbfc8.tar.xz
baldeagleos-repo-fd8c338741e0a4b9350821c192bc87109ebdbfc8.zip
Adding metadata
Diffstat (limited to 'dev-python/mkdocstrings-python/files')
-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"