Fix other-requirements
With the switch to bindep based packages the other-requirements.txt file is used. It contains an error: The libxslt devel is called libxslt1-dev on Ubuntu Trusty. Also, add mysql-server and mysql-client packages, as well as postgresql packages, those are needed by gate-requirements-python27. Add pypy packages for pypy gate. Change-Id: Ie143ad862b88034ef47470b85fd02c1d040415a7
This commit is contained in:
parent
accfaf73df
commit
a9b887b402
@ -4,8 +4,10 @@ python-all-dev
|
||||
python3-all-dev
|
||||
libvirt-dev
|
||||
libxml2-dev
|
||||
libxslt-dev
|
||||
libxslt1-dev
|
||||
libmysqlclient-dev
|
||||
mysql-client
|
||||
mysql-server
|
||||
libpq-dev
|
||||
libnspr4-dev
|
||||
pkg-config
|
||||
@ -15,6 +17,10 @@ libffi-dev
|
||||
libldap2-dev
|
||||
libsasl2-dev
|
||||
ccache
|
||||
postgresql
|
||||
postgresql-client
|
||||
pypy
|
||||
pypy-dev
|
||||
# NOTE(flaper87): Temporarily needed for proton
|
||||
uuid-dev
|
||||
swig
|
||||
|
Loading…
x
Reference in New Issue
Block a user