From 9a04664289506c27ddbf098d98ce520155af574c Mon Sep 17 00:00:00 2001 From: Jonathan Conder Date: Mon, 9 Sep 2024 12:05:49 +1200 Subject: [PATCH] fix(overrides): add build system deps for python3-discogs-client --- overrides/build-systems.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index bfd3cce3b..42f00d149 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -20094,6 +20094,9 @@ "python3-application": [ "setuptools" ], + "python3-discogs-client": [ + "setuptools" + ], "python3-eventlib": [ "setuptools" ],