From 0c04c12b3f91638560544e2b56a2994ac8015557 Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Mon, 30 Mar 2015 18:15:19 +0200 Subject: [PATCH] Swift PyEClib build requires 'make' PyEClib was introduced recently to swift-master. It tries to build liberasurecode which requires the `make` binary. Change-Id: I8acfed4f7b46a29eac36f6acbe1d66e7fff800db --- files/debs/swift | 1 + 1 file changed, 1 insertion(+) diff --git a/files/debs/swift b/files/debs/swift index b32b43985a..0089d27fee 100644 --- a/files/debs/swift +++ b/files/debs/swift @@ -1,4 +1,5 @@ curl +make memcached # NOTE python-nose only exists because of swift functional job, we should probably # figure out a more consistent way of installing this from test-requirements.txt instead