summaryrefslogtreecommitdiff
path: root/jellyfin-apiclient-python/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-22 15:20:55 -0400
committerB. Stack <bgstack15@gmail.com>2023-06-22 15:20:55 -0400
commite6cec4c3c319ca0c7c5c8f9ce8eb9595100c6a43 (patch)
treea8541689d6c9b5cfe99a1333651edc77b8af0172 /jellyfin-apiclient-python/debian
parentfix dsc error again (diff)
downloadstackrpms-e6cec4c3c319ca0c7c5c8f9ce8eb9595100c6a43.tar.gz
stackrpms-e6cec4c3c319ca0c7c5c8f9ce8eb9595100c6a43.tar.bz2
stackrpms-e6cec4c3c319ca0c7c5c8f9ce8eb9595100c6a43.zip
add python3-websocket
Diffstat (limited to 'jellyfin-apiclient-python/debian')
-rw-r--r--jellyfin-apiclient-python/debian/control3
-rw-r--r--jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc2
2 files changed, 3 insertions, 2 deletions
diff --git a/jellyfin-apiclient-python/debian/control b/jellyfin-apiclient-python/debian/control
index 316db0c..4d7989c 100644
--- a/jellyfin-apiclient-python/debian/control
+++ b/jellyfin-apiclient-python/debian/control
@@ -6,7 +6,8 @@ Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-requests,
- python3-setuptools
+ python3-setuptools,
+ python3-websocket
Standards-Version: 4.5.1
Homepage: https://github.com/jellyfin/jellyfin-apiclient-python
Rules-Requires-Root: no
diff --git a/jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc b/jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc
index 9ef71da..cd258a4 100644
--- a/jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc
+++ b/jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc
@@ -7,7 +7,7 @@ Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://github.com/jellyfin/jellyfin-apiclient-python
Standards-Version: 4.5.1
Testsuite: autopkgtest
-Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, python3-requests, python3-setuptools
+Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, python3-requests, python3-setuptools, python3-websocket
Package-List:
jellyfin-apiclient-python deb video optional arch=any
Files:
bgstack15