From 01a916be5bbdc2df1b97ed17a0246352b310eda3 Mon Sep 17 00:00:00 2001 From: Erica Delagnier Date: Fri, 27 Sep 2024 16:55:00 +0200 Subject: [PATCH] add pylightxl to build-systems.json --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index cfbf7bbdb..435836218 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -17780,6 +17780,9 @@ "pylightning": [ "setuptools" ], + "pylightxl": [ + "setuptools" + ], "pylink-square": [ "setuptools" ],