commit | fad7b43abece71ccee09bf0a3b729c72e81d9465 | [log] [tgz] |
---|---|---|
author | Sean Dague <sean@dague.net> | Tue Apr 21 13:32:11 2015 -0400 |
committer | Sean Dague <sean@dague.net> | Tue Apr 21 22:59:51 2015 +0000 |
tree | e6e5eb3bf6c6832a737e8a78aaab7a9bdea88351 | |
parent | 4ab283fea1e4751ab98564743907417b14f40cfe [diff] [blame] |
testr requires python's gdbm Debian/Ubuntu have *helpfully* removed gdbm from the base python package and put it into another package, which is not dragged in by installing python. Testr doesn't function without this. We should ensure this always gets installed. Depends-On: If48a8444b02ee1e105bc1d9ce78a0489ea0c405b Change-Id: I85a0ffe5ee384e055e78fd3164c27d42a86bc39d
diff --git a/files/debs/general b/files/debs/general index c27b77d..1460526 100644 --- a/files/debs/general +++ b/files/debs/general
@@ -17,6 +17,7 @@ tar python-dev python2.7 +python-gdbm # needed for testr bc libyaml-dev libffi-dev