summaryrefslogtreecommitdiff
path: root/tmdbv3api/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-02-20 22:50:25 -0500
committerB. Stack <bgstack15@gmail.com>2024-02-20 22:50:25 -0500
commitb9403b8d96753fa4a8c278af46850cf949cb2659 (patch)
treee2658a2907629e1f3ded4645c1a3f5d649c0c61c /tmdbv3api/debian/control
parenttmdbv3api: add this package (diff)
downloadstackrpms-b9403b8d96753fa4a8c278af46850cf949cb2659.tar.gz
stackrpms-b9403b8d96753fa4a8c278af46850cf949cb2659.tar.bz2
stackrpms-b9403b8d96753fa4a8c278af46850cf949cb2659.zip
tmdbv3api: d/control add b-d: python3-requests
Diffstat (limited to 'tmdbv3api/debian/control')
-rw-r--r--tmdbv3api/debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmdbv3api/debian/control b/tmdbv3api/debian/control
index a44ad02..e3e9f54 100644
--- a/tmdbv3api/debian/control
+++ b/tmdbv3api/debian/control
@@ -5,6 +5,7 @@ Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
+ python3-requests,
Standards-Version: 4.6.1
Homepage: https://github.com/AnthonyBloomer/tmdbv3api
Rules-Requires-Root: no
bgstack15