diff options
author | Daniele Tricoli <eriol@mornie.org> | 2015-08-17 15:12:08 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-08-17 15:12:08 +0000 |
commit | c0f16e9577a4fe17608e966ab3e603bacde9ebae (patch) | |
tree | a55c334f05ad43ad86a02bb93004c26f0203a0a0 | |
parent | 1b2adcbcf7f1b908a10d6e0f3db0b510f24093e5 (diff) | |
download | python-urllib3-c0f16e9577a4fe17608e966ab3e603bacde9ebae.tar python-urllib3-c0f16e9577a4fe17608e966ab3e603bacde9ebae.tar.gz |
Add python{,3}-tornado to Build-Depends
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ddb8a1d..42ec36c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ python-urllib3 (1.11-1) UNRELEASED; urgency=medium * New upstream release. + * debian/control + - Add python{,3}-tornado to Build-Depends. * debian/patches/01_do-not-use-embedded-python-six.patch - Refresh. - -- Daniele Tricoli <eriol@mornie.org> Mon, 17 Aug 2015 16:02:43 +0200 + -- Daniele Tricoli <eriol@mornie.org> Mon, 17 Aug 2015 17:11:11 +0200 python-urllib3 (1.10.4-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 922a4f5..bb72207 100644 --- a/debian/control +++ b/debian/control @@ -12,12 +12,14 @@ Build-Depends: python-nose (>=1.3.3), python-setuptools, python-six, + python-tornado, python3-all, python3-coverage (>= 3.6), python3-mock, python3-nose (>=1.3.3), python3-setuptools, python3-six, + python3-tornado, python3-wheel, Standards-Version: 3.9.6 X-Python-Version: >= 2.6 |