From 03e4d8a44a577fcfe8d93d9f97dcf363716c8111 Mon Sep 17 00:00:00 2001 From: David R Connell Date: Mon, 24 Apr 2023 16:00:13 -0500 Subject: [PATCH] Add airspeed velocity package build systems --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 9115e0b..7f07afb 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -1077,6 +1077,9 @@ "astunparse": [ "setuptools" ], + "asv": [ + "setuptools" + ], "async-cache": [ "setuptools" ],