mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
356e0ce87f
commit
de4ab8c770
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue