diff options
-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") |