summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-03-09 13:14:40 +0100
committerMattia Rizzolo <mattia@debian.org>2017-03-09 13:14:40 +0100
commiteb69af18b2dbb32ab637217737ee17e5e5e58ccc (patch)
tree104c64e6a9fc33919c497641038fb88a684280f9
parent551d2859c4b69cce1506272153198639c705a2af (diff)
Build depend on python3-requests to fix FTBFS
Closes: #804357 Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-rw-r--r--debian/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d9cc65b..67842ac 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: beanbag
Maintainer: Anthony Towns <ajt@debian.org>
Section: python
Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python3-all, python3-setuptools, python-docutils, python-sphinx (>= 1.1), python-pytest, python3-pytest, python-requests
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), dh-python, python3-all, python3-setuptools, python-docutils, python-sphinx (>= 1.1), python-pytest, python3-pytest, python-requests, python3-requests
Standards-Version: 3.9.6
Vcs-Git: https://github.com/ajtowns/beanbag.git
Homepage: https://pypi.python.org/pypi/beanbag
@@ -36,4 +36,3 @@ Description: Documentation for Python BeanBag module
way. See `http://beanbag.readthedocs.org/` for more information.
.
This package installs the module's documentation.
-