summaryrefslogtreecommitdiff
path: root/jellyfin-apiclient-python/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'jellyfin-apiclient-python/debian/control')
-rw-r--r--jellyfin-apiclient-python/debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/jellyfin-apiclient-python/debian/control b/jellyfin-apiclient-python/debian/control
index 06c8d58..316db0c 100644
--- a/jellyfin-apiclient-python/debian/control
+++ b/jellyfin-apiclient-python/debian/control
@@ -5,6 +5,7 @@ Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all-dev,
+ python3-requests,
python3-setuptools
Standards-Version: 4.5.1
Homepage: https://github.com/jellyfin/jellyfin-apiclient-python
bgstack15