From cda4ddf49185a3b8f3b4c1d718b0bfedcdc1a5ef Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Fri, 23 Jun 2023 09:52:45 -0400 Subject: fix deps 1 --- jellyfin-apiclient-python/debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jellyfin-apiclient-python') 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 -- cgit