diff options
author | Ian Eure <ian@retrospec.tv> | 2024-12-15 10:30:19 -0800 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-15 19:56:25 +0100 |
commit | de4ab8c7705a2ba7f84c3d0c8577ed9cc7ccf614 (patch) | |
tree | a4344fcaf43a81c780fa2e5ecc8d3d39332167b9 /gnu/packages/python-xyz.scm | |
parent | 356e0ce87fa96841e1cd36ae37cbccbc012a3bf0 (diff) | |
download | guix-de4ab8c7705a2ba7f84c3d0c8577ed9cc7ccf614.tar.gz guix-de4ab8c7705a2ba7f84c3d0c8577ed9cc7ccf614.zip |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 490bda19d1..5aaaf5faec 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") |