From 4c7e7fd739195a412862cddfc0e8259b2272a590 Mon Sep 17 00:00:00 2001 From: Jeff Hutchison Date: Tue, 22 Aug 2023 06:59:36 -0400 Subject: [PATCH] Update willow build system to flit --- overrides/build-systems.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index f5beb0062..81a4b60a1 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -19592,7 +19592,14 @@ "setuptools" ], "willow": [ - "setuptools" + { + "buildSystem": "setuptools", + "until": "1.6" + }, + { + "buildSystem": "flit-core", + "from": "1.6" + } ], "winacl": [ "setuptools"