Comment 6 for bug 1322771

Revision history for this message
Steve Martinelli (stevemar) wrote :

@sean, sounds fair

looking at: http://docs.openstack.org/developer/keystone/devref/development.environment.html we list the following as necessary:

Python 2.7 and 3.4
git
setuptools
pip
msgfmt (part of the gettext package)
virtualenv
tox

and recommend performing the following:

sudo apt-get install python-dev python3-dev libxml2-dev libxslt1-dev \
    libsasl2-dev libsqlite3-dev libssl-dev libldap2-dev libffi-dev

aside from apache (which is arguably not necessary to develop on keystone), this looks like everything is covered