From de4ab8c7705a2ba7f84c3d0c8577ed9cc7ccf614 Mon Sep 17 00:00:00 2001 From: Ian Eure Date: Sun, 15 Dec 2024 10:30:19 -0800 Subject: [PATCH] gnu: python-jellyfin-apiclient: Fix build. * gnu/packages/python-xyz.scm (python-jellyfin-apiclient)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I8966718c60e44e398ab56ace905f4105a8a44569 --- gnu/packages/python-xyz.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 490bda19d1b51f9726a016d6fe3db33b9b6fb1a9..5aaaf5faec9d6857665fce09099a61febd18e57c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28080,6 +28080,7 @@ python-mpv, but it uses the JSON IPC protocol instead of the C API.") (sha256 (base32 "0r67cp9nizvn3cbslgi30zpd3mw4a6zal0ygik3jv5lni1xdkk5w")))) (build-system pyproject-build-system) + (native-inputs (list python-setuptools python-wheel)) (propagated-inputs (list python-certifi python-requests python-urllib3 python-websocket-client)) (home-page "https://github.com/jellyfin/jellyfin-apiclient-python")