aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-10-21 01:06:09 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-10-21 01:06:09 +0000
commit9b9900e4f84bfa77da676864f0b1002a9d458907 (patch)
tree124555e4eff9e00ae33a2d618c7e0b27c8d46637 /debian/control
parentee6aae10a8e8fa04c1d02c82a9d41b8e5ef46196 (diff)
downloadpython-urllib3-9b9900e4f84bfa77da676864f0b1002a9d458907.tar
python-urllib3-9b9900e4f84bfa77da676864f0b1002a9d458907.tar.gz
Bump python{,3}-nose to >=1.3.3 to build urllib3 on Wheezy. Thanks to
Nick Phillips for the report. (Closes: #765035)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index c7bb9bb..922a4f5 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,13 @@ Build-Depends:
python-all (>= 2.6.6-3),
python-coverage (>= 3.6),
python-mock,
- python-nose (>=1.1.2),
+ python-nose (>=1.3.3),
python-setuptools,
python-six,
python3-all,
python3-coverage (>= 3.6),
python3-mock,
- python3-nose (>=1.1.2),
+ python3-nose (>=1.3.3),
python3-setuptools,
python3-six,
python3-wheel,