Fix kolla-toolbox build

``pynacl`` package need ``make`` to build.
kolla-toolbox build is failing due ``make`` missing
package.
pynacl upstream bug: https://github.com/pyca/pynacl/issues/298

Change-Id: Ifbb86ec2888284cfbda5e567cb1748432658953c
Closes-Bug: #1697300
(cherry picked from commit 2a3f872bf9)
This commit is contained in:
Eduardo Gonzalez 2017-06-12 11:24:26 +02:00
parent ce08250f57
commit 6d34ae1ff0
1 changed files with 3 additions and 2 deletions

View File

@ -19,12 +19,13 @@ MAINTAINER {{ maintainer }}
'libffi-devel',
'libxml2-devel',
'libxslt-devel',
'make',
'MariaDB-devel',
'MariaDB-shared',
'MariaDB-client',
'openssh-clients',
'openssl-devel',
'python-devel',
'openssh-clients'
'python-devel'
] %}
{% elif base_distro in ['ubuntu', 'debian'] %}