summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmdbv3api/debian/control1
-rw-r--r--tmdbv3api/debian/tmdbv3api+stackrpms.dsc2
2 files changed, 2 insertions, 1 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
diff --git a/tmdbv3api/debian/tmdbv3api+stackrpms.dsc b/tmdbv3api/debian/tmdbv3api+stackrpms.dsc
index c2115b6..6298bbb 100644
--- a/tmdbv3api/debian/tmdbv3api+stackrpms.dsc
+++ b/tmdbv3api/debian/tmdbv3api+stackrpms.dsc
@@ -6,7 +6,7 @@ Version: 1.9.1-1+stackrpms
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://github.com/AnthonyBloomer/tmdbv3api
Standards-Version: 4.6.1
-Build-Depends: debhelper-compat (= 13), dh-python, python3
+Build-Depends: debhelper-compat (= 13), dh-python, python3, python3-requests
Package-List:
tmdbv3api deb python optional arch=any
Files:
bgstack15