diff --git a/setup-centos.sh b/setup-centos.sh index 402abc552..37c1607fa 100644 --- a/setup-centos.sh +++ b/setup-centos.sh @@ -17,7 +17,7 @@ LOGLVL=1 SERVICE_CONTENT_DIRECTORY=`cd $(dirname "$0") && pwd` -PREREQ_PKGS="upstart wget git make python-pip python-devel mysql-connector-python libxml2-devel libxslt-devel" +PREREQ_PKGS="upstart wget git make python-pip python-devel mysql-connector-python libxml2-devel libxslt-devel libffi-devel" PIPAPPS="pip python-pip pip-python" PIPCMD="" SERVICE_SRV_NAME="murano-api" diff --git a/setup.sh b/setup.sh index c11ca571e..2c703b6d7 100644 --- a/setup.sh +++ b/setup.sh @@ -17,7 +17,7 @@ LOGLVL=1 SERVICE_CONTENT_DIRECTORY=`cd $(dirname "$0") && pwd` -PREREQ_PKGS="wget make git python-pip python-dev python-mysqldb libxml2-dev libxslt-dev" +PREREQ_PKGS="wget make git python-pip python-dev python-mysqldb libxml2-dev libxslt-dev libffi-dev" SERVICE_SRV_NAME="murano-api" GIT_CLONE_DIR=`echo $SERVICE_CONTENT_DIRECTORY | sed -e "s/$SERVICE_SRV_NAME//"` ETC_CFG_DIR="/etc/$SERVICE_SRV_NAME"