summaryrefslogtreecommitdiff
path: root/jellyfin-mpv-shim/debian
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-22 14:19:50 -0400
committerB. Stack <bgstack15@gmail.com>2023-06-22 14:19:50 -0400
commita165cf3eb89f7d1e9e512a86ca806f75b7afb607 (patch)
treefcf3708dc4db97009f3b7eb33ad3b0191ce39d4e /jellyfin-mpv-shim/debian
parentadd jellyfin mpv-shim and apiclient-python (diff)
downloadstackrpms-a165cf3eb89f7d1e9e512a86ca806f75b7afb607.tar.gz
stackrpms-a165cf3eb89f7d1e9e512a86ca806f75b7afb607.tar.bz2
stackrpms-a165cf3eb89f7d1e9e512a86ca806f75b7afb607.zip
jf parts: add python3-setuptools
Diffstat (limited to 'jellyfin-mpv-shim/debian')
-rw-r--r--jellyfin-mpv-shim/debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/jellyfin-mpv-shim/debian/control b/jellyfin-mpv-shim/debian/control
index 7f08c67..4534fa9 100644
--- a/jellyfin-mpv-shim/debian/control
+++ b/jellyfin-mpv-shim/debian/control
@@ -6,6 +6,7 @@ Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-webview,
+ python3-setuptools,
jellyfin-apiclient-python (>= 1.9.2)
Standards-Version: 4.5.1
Homepage: https://github.com/jellyfin/jellyfin-mpv-shim
bgstack15