diff options
author | B. Stack <bgstack15@gmail.com> | 2023-10-08 18:24:37 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-10-08 18:24:37 -0400 |
commit | ec8603b876e7d5e1dcf4f7563ad5bb531a4aba05 (patch) | |
tree | 0b8d96e558737d0d5105e1c6eb3ac24f9b0457d6 /jellyfin-apiclient-python/debian/control | |
parent | Merge branch 'veracrypt-bump' (diff) | |
parent | deps 2 (diff) | |
download | stackrpms-ec8603b876e7d5e1dcf4f7563ad5bb531a4aba05.tar.gz stackrpms-ec8603b876e7d5e1dcf4f7563ad5bb531a4aba05.tar.bz2 stackrpms-ec8603b876e7d5e1dcf4f7563ad5bb531a4aba05.zip |
Merge branch 'jellyfin-mpv-shim'
Diffstat (limited to 'jellyfin-apiclient-python/debian/control')
-rw-r--r-- | jellyfin-apiclient-python/debian/control | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/jellyfin-apiclient-python/debian/control b/jellyfin-apiclient-python/debian/control new file mode 100644 index 0000000..25cf9ec --- /dev/null +++ b/jellyfin-apiclient-python/debian/control @@ -0,0 +1,25 @@ +Source: jellyfin-apiclient-python +Section: video +Priority: optional +Maintainer: B. Stack <bgstack15@gmail.com> +Build-Depends: debhelper-compat (= 13), + dh-python, + python3-all-dev, + python3-requests, + python3-setuptools, + python3-websocket +Standards-Version: 4.5.1 +Homepage: https://github.com/jellyfin/jellyfin-apiclient-python +Rules-Requires-Root: no + +Package: jellyfin-apiclient-python +Architecture: any +Multi-Arch: foreign +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 + maintaining a fork of the API client. See also + pip install jellyfin-apiclient-python |