From fad7b43abece71ccee09bf0a3b729c72e81d9465 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 21 Apr 2015 13:32:11 -0400 Subject: [PATCH] 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 --- files/debs/general | 1 + 1 file changed, 1 insertion(+) diff --git a/files/debs/general b/files/debs/general index c27b77de18..146052643c 100644 --- a/files/debs/general +++ b/files/debs/general @@ -17,6 +17,7 @@ tcpdump tar python-dev python2.7 +python-gdbm # needed for testr bc libyaml-dev libffi-dev