diff options
| author | Monty Taylor <mordred@hudson> | 2010-07-14 22:04:27 +0000 |
|---|---|---|
| committer | Monty Taylor <mordred@hudson> | 2010-07-14 22:04:27 +0000 |
| commit | b41bb8cefa3a03e820375871e8411039f23f6b45 (patch) | |
| tree | 449b786dfa606e0e685ed4cc3e68815964d46734 /debian/control | |
| parent | ea9b913ccceda5944c881f3ce9cadde39b0e0344 (diff) | |
Added build-deps to debian/control that are needed to run test suite.
Fixed an error in a test case.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a50e6ecf8..ebb8db3d0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: nova Section: net Priority: extra Maintainer: Jesse Andrews <jesse@ansolabs.com> -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 7), nettle-bin, redis-server (>=2:2.0.0~rc1), python-m2crypto, lsh-utils Build-Depends-Indep: python-support Standards-Version: 3.8.4 XS-Python-Version: 2.6 |
