From 78b583ce5daa4215aa384dd6260801d82b3ace11 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Nakamura Date: Tue, 2 Aug 2022 08:25:46 +0900 Subject: [PATCH] build-systems: use hatchling for jupyterlab-server --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index fa25252..06facbc 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -622,6 +622,9 @@ "jupyterlab-pygments": [ "jupyter-packaging" ], + "jupyterlab-server": [ + "hatchling" + ], "keystoneauth1": [ "pbr" ],