diff options
| author | Michael Vogt <egon@debian-devbox> | 2012-10-12 10:08:21 +0200 |
|---|---|---|
| committer | Michael Vogt <egon@debian-devbox> | 2012-10-12 10:08:21 +0200 |
| commit | 90b4a93152ef1efa4ecdf4028bbd992e8a9ac667 (patch) | |
| tree | 4f4a091b189e163b52c6f0b97569c637819a2623 /debian/control | |
| parent | ada635b123bf1a1ebec2b3208742ab7fdaae43d6 (diff) | |
| download | python-apt-90b4a93152ef1efa4ecdf4028bbd992e8a9ac667.tar.gz | |
fix tests on python2.6 by using the python-unittest2 backport for "with self.assertRaises()"
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ca32cb3b..1619aacb 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,8 @@ Build-Depends: apt (>= 0.9.6), python3-all-dbg (>= 3.1.2-6~), python-distutils-extra (>= 2.0), python-sphinx (>= 0.5), - python-debian + python-debian, + python-unittest2 Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes |
