Add build-essential to required packages for development
I ran into gcc not being available recently on a fresh Ubuntu image. Adding it allowed tox to run fine and install ironic's dependencies. Add it to the dev quickstart to make sure nobody else gets tripped up. Change-Id: Ibd6e3bc4772af382c8df92d54050af4934e49ab4
This commit is contained in:
parent
e0a979982e
commit
a9e48a3378
@ -24,7 +24,7 @@ Install prerequisites (for python 2.7):
|
||||
|
||||
- Ubuntu/Debian::
|
||||
|
||||
sudo apt-get install python-dev libssl-dev python-pip libmysqlclient-dev libxml2-dev libxslt-dev libpq-dev git git-review libffi-dev gettext ipmitool psmisc graphviz libjpeg-dev
|
||||
sudo apt-get install build-essential python-dev libssl-dev python-pip libmysqlclient-dev libxml2-dev libxslt-dev libpq-dev git git-review libffi-dev gettext ipmitool psmisc graphviz libjpeg-dev
|
||||
|
||||
- Fedora 21/RHEL7/CentOS7::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user