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
This commit is contained in:
Sean Dague 2015-04-21 13:32:11 -04:00
parent 4ab283fea1
commit fad7b43abe

View File

@ -17,6 +17,7 @@ tcpdump
tar
python-dev
python2.7
python-gdbm # needed for testr
bc
libyaml-dev
libffi-dev