diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-05-28 15:49:49 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-05-28 15:49:49 +0000 |
commit | a92fa7cc08692dd007d316b9564feb5e072a7e20 (patch) | |
tree | 92437f79e53f823a1ff1786bb882452e9ae1ed7a | |
parent | 255aa594a309828870419d49c7d985bd66208e18 (diff) | |
download | python-urllib3-a92fa7cc08692dd007d316b9564feb5e072a7e20.tar python-urllib3-a92fa7cc08692dd007d316b9564feb5e072a7e20.tar.gz |
Removed python-tornado from Build-Depends since it was used only for dummyserver
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 8d125ee..52d5f54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,9 +2,10 @@ python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium * New upstream release * debian/control - - Added python3-coverage, python3-mock, python3-nose, - python3-tornado to Build-Depends + - Added python3-coverage, python3-mock, python3-nose to Build-Depends - Bumped python(3)-coverage to (>=3.6) + - Removed python-tornado from Build-Depends since it was used only for + dummyserver * debian/patches/01_do-not-use-embedded-python-six.patch - Refreshed * debian/patches/02_require-cert-verification.patch @@ -23,7 +24,7 @@ python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium plugin of pybuild - No need to remove dummyserver since it is not installed anymore - -- Daniele Tricoli <eriol@mornie.org> Wed, 28 May 2014 00:02:36 +0200 + -- Daniele Tricoli <eriol@mornie.org> Wed, 28 May 2014 17:39:35 +0200 python-urllib3 (1.8-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 90c2b7d..87415bb 100644 --- a/debian/control +++ b/debian/control @@ -12,14 +12,12 @@ Build-Depends: python-nose (>=1.1.2), python-setuptools, python-six, - python-tornado, python3-all, python3-coverage (>= 3.6), python3-mock, python3-nose (>=1.1.2), python3-setuptools, python3-six, - python3-tornado, python3-wheel, Standards-Version: 3.9.5 X-Python-Version: >= 2.6 |