diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-10-16 16:34:05 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-10-16 16:34:05 +0000 |
commit | 95133a223385e54ebf6d7fd19acb5a386a505a27 (patch) | |
tree | 2bfad047adede07075ae83f4f232d89ae39a89ad /debian/control | |
parent | 924f82d9f619257fb208467d4967d328b26ddb8f (diff) | |
download | python-urllib3-95133a223385e54ebf6d7fd19acb5a386a505a27.tar python-urllib3-95133a223385e54ebf6d7fd19acb5a386a505a27.tar.gz |
Added python-mock to Build-Depends
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 30bf6f0..33264d8 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 8.1), python-all (>= 2.6.6-3), python-coverage (>= 3.4), + python-mock, python-nose (>=1.1.2), python-six, python-tornado, |