From 338273aecaaa89c95203aa6dc73ba49f7fb4fd11 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 30 Jun 2025 10:58:33 +0100 Subject: [PATCH] gnu: python-discogs-client: Migrate to pyproject. * gnu/packages/music.scm (python-discogs-client) [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I6d91a792f0baf4db2d9ee259865da95b8edb235b --- gnu/packages/music.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index cdf0aa39367..0dde33ec61a 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5136,9 +5136,14 @@ provide a very simple interface for editing and playing MIDI loops.") (sha256 (base32 "0fxk8q8z5v5l961d9z2ywq49i2fz50h074p81zv6w6j9zzs7fb0g")))) - (build-system python-build-system) + (build-system pyproject-build-system) + (native-inputs + (list python-setuptools + python-wheel)) (propagated-inputs - (list python-dateutil python-oauthlib python-requests)) + (list python-dateutil + python-oauthlib + python-requests)) (home-page "https://github.com/joalla/discogs_client") (synopsis "Python client for the Discogs API") (description "This is the continuation of the official Discogs API