diff options
author | Daniele Tricoli <eriol@mornie.org> | 2014-05-25 01:00:13 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2014-05-25 01:00:13 +0000 |
commit | d37f1c3d270af99f57fe78c4a74aec9192791e78 (patch) | |
tree | 8a9dadcd54924c3cbf6e91bd40f398b232dfd7e0 | |
parent | a1948a084cb9354239c288f19ed725f0b7925774 (diff) | |
download | python-urllib3-d37f1c3d270af99f57fe78c4a74aec9192791e78.tar python-urllib3-d37f1c3d270af99f57fe78c4a74aec9192791e78.tar.gz |
* debian/control
- Added python3-coverage, python3-mock, python3-nose,
python3-tornado to Build-Depends
- Bumped python()
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b960c49..83c3f0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,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 + - Bumped python(3)-coverage to (>=3.6) * debian/patches/01_do-not-use-embedded-python-six.patch - Refreshed * debian/patches/02_require-cert-verification.patch @@ -15,7 +19,7 @@ python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium * debian/patches/06_relax-test-requirements.patch - Relax version of packages needed for testing - -- Daniele Tricoli <eriol@mornie.org> Sun, 25 May 2014 02:42:20 +0200 + -- Daniele Tricoli <eriol@mornie.org> Sun, 25 May 2014 02:52:55 +0200 python-urllib3 (1.8-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 1211fa5..90c2b7d 100644 --- a/debian/control +++ b/debian/control @@ -7,15 +7,19 @@ Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3), - python-coverage (>= 3.4), + python-coverage (>= 3.6), python-mock, 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 |