From a4eb56db2954f2a8a3e55186ca3eb7454db7c4cb Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Mon, 11 Dec 2023 17:29:30 -0500 Subject: [PATCH] overrides: add `flyteidl` <-- `setuptools` Signed-off-by: Cameron Smith --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 44b0323..5cea7c5 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -6555,6 +6555,9 @@ "flynt": [ "setuptools" ], + "flyteidl": [ + "setuptools" + ], "fn": [ "setuptools" ],