diff options
author | B. Stack <bgstack15@gmail.com> | 2023-06-22 14:41:03 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-06-22 14:41:03 -0400 |
commit | 8a99965a04ccf0c13f0aad7217549987ad5f56ae (patch) | |
tree | 9dc0eecc645cbafa64a867f46debd4f7a37511e2 /jellyfin-apiclient-python | |
parent | jf bits: fix dsc (diff) | |
download | stackrpms-8a99965a04ccf0c13f0aad7217549987ad5f56ae.tar.gz stackrpms-8a99965a04ccf0c13f0aad7217549987ad5f56ae.tar.bz2 stackrpms-8a99965a04ccf0c13f0aad7217549987ad5f56ae.zip |
jf-apiclient add python3-requests
Diffstat (limited to 'jellyfin-apiclient-python')
-rw-r--r-- | jellyfin-apiclient-python/debian/control | 1 | ||||
-rw-r--r-- | jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc | 3 |
2 files changed, 2 insertions, 2 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 diff --git a/jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc b/jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc index 29b9030..f45a5fd 100644 --- a/jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc +++ b/jellyfin-apiclient-python/debian/jellyfin-apiclient-python+stackrpms.dsc @@ -7,8 +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-setuptools -Package-List: +Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev, python3-requests, python3-setuptools jellyfin-apiclient-python deb video optional arch=any Files: 00000000000000000000000000000000 1 jellyfin-apiclient-python.orig.tar.gz |