diff options
author | B. Stack <bgstack15@gmail.com> | 2023-06-23 09:52:45 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-06-23 09:52:45 -0400 |
commit | cda4ddf49185a3b8f3b4c1d718b0bfedcdc1a5ef (patch) | |
tree | 52493c4b8791e1133aa94fae30bd3fcd96fdaa7b /jellyfin-apiclient-python | |
parent | python3-pystray (diff) | |
download | stackrpms-cda4ddf49185a3b8f3b4c1d718b0bfedcdc1a5ef.tar.gz stackrpms-cda4ddf49185a3b8f3b4c1d718b0bfedcdc1a5ef.tar.bz2 stackrpms-cda4ddf49185a3b8f3b4c1d718b0bfedcdc1a5ef.zip |
fix deps 1
Diffstat (limited to 'jellyfin-apiclient-python')
-rw-r--r-- | jellyfin-apiclient-python/debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jellyfin-apiclient-python/debian/control b/jellyfin-apiclient-python/debian/control index 4d7989c..25cf9ec 100644 --- a/jellyfin-apiclient-python/debian/control +++ b/jellyfin-apiclient-python/debian/control @@ -15,7 +15,9 @@ Rules-Requires-Root: no Package: jellyfin-apiclient-python Architecture: any Multi-Arch: foreign -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, + python3-requests, + python3-websocket Description: python API client for Jellyfin API client from Jellyfin Kodi extracted as a python package so that other users may use the API without |