diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-04-17 14:08:37 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-04-17 14:08:37 +0000 |
commit | e0f306e31797a86eb79fae08d284eb877afaa89a (patch) | |
tree | fc9efa0241de4a1c99362d957d442357d1cfb83f /debian/control | |
parent | e118d9a262b5cdc6441115451dbfe84d9c4dac3b (diff) | |
download | python-urllib3-e0f306e31797a86eb79fae08d284eb877afaa89a.tar python-urllib3-e0f306e31797a86eb79fae08d284eb877afaa89a.tar.gz |
Tightened B-D of python-coverage to >= 3.4 (Closes: #668427)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3b5dbbd..933be91 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), - python-coverage, + python-coverage (>= 3.4), python-nose (>=1.1.2), python-setuptools (>= 0.6b3), python-six, |