diff options
author | B. Stack <bgstack15@gmail.com> | 2023-06-22 14:19:50 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-06-22 14:19:50 -0400 |
commit | a165cf3eb89f7d1e9e512a86ca806f75b7afb607 (patch) | |
tree | fcf3708dc4db97009f3b7eb33ad3b0191ce39d4e /jellyfin-apiclient-python/debian/control | |
parent | add jellyfin mpv-shim and apiclient-python (diff) | |
download | stackrpms-a165cf3eb89f7d1e9e512a86ca806f75b7afb607.tar.gz stackrpms-a165cf3eb89f7d1e9e512a86ca806f75b7afb607.tar.bz2 stackrpms-a165cf3eb89f7d1e9e512a86ca806f75b7afb607.zip |
jf parts: add python3-setuptools
Diffstat (limited to 'jellyfin-apiclient-python/debian/control')
-rw-r--r-- | jellyfin-apiclient-python/debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jellyfin-apiclient-python/debian/control b/jellyfin-apiclient-python/debian/control index 38c7bd8..06c8d58 100644 --- a/jellyfin-apiclient-python/debian/control +++ b/jellyfin-apiclient-python/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: B. Stack <bgstack15@gmail.com> Build-Depends: debhelper-compat (= 13), dh-python, - python3-all-dev + python3-all-dev, + python3-setuptools Standards-Version: 4.5.1 Homepage: https://github.com/jellyfin/jellyfin-apiclient-python Rules-Requires-Root: no |