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
This commit is contained in:
Jordan Pittier 2015-03-30 18:15:19 +02:00
parent d7c874bca6
commit 0c04c12b3f

View File

@ -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