From ba6703c52ee185e9581f47d7eddb852949e22675 Mon Sep 17 00:00:00 2001 From: Sacabambaspis <102341238+DataEraserC@users.noreply.github.com> Date: Tue, 29 Oct 2024 03:56:48 +0800 Subject: [PATCH] feat(bbcode): override 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 2b54834e4..dc272b20a 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -2478,6 +2478,9 @@ "bayespy": [ "setuptools" ], + "bbcode": [ + "setuptools" + ], "bbox": [ "poetry-core", "setuptools"