From db67664d41fe00f180c51c560843df13a9dcaaad Mon Sep 17 00:00:00 2001 From: Mitsuhiro Nakamura Date: Mon, 1 Aug 2022 23:17:17 +0900 Subject: [PATCH] build-systems: use pdm-pep517 for griffe --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index fa25252..09fc5fd 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -474,6 +474,9 @@ "gridnet": [ "poetry-core" ], + "griffe": [ + "pdm-pep517" + ], "grpcio": [ "cython" ],