Browse code

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

Jordan Pittier authored on 2015/03/31 01:15:19
Showing 1 changed files
... ...
@@ -1,4 +1,5 @@
1 1
 curl
2
+make
2 3
 memcached
3 4
 # NOTE python-nose only exists because of swift functional job, we should probably
4 5
 # figure out a more consistent way of installing this from test-requirements.txt instead