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 | |
parent | 924f82d9f619257fb208467d4967d328b26ddb8f (diff) | |
download | python-urllib3-95133a223385e54ebf6d7fd19acb5a386a505a27.tar python-urllib3-95133a223385e54ebf6d7fd19acb5a386a505a27.tar.gz |
Added python-mock to Build-Depends
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 93aa9ec..5d6e65e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ python-urllib3 (1.7.1-1) UNRELEASED; urgency=low * New upstream release + * debian/control + - Added python-mock to Build-Depends * debian/patches/01_do-not-use-embedded-python-six.patch - Refreshed * debian/patches/02_require-cert-verification.patch 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, |