Add postgresql dev package as testonly neutron dep
The neutron functional job needs to build psycopg2 which has a dependency on postgresql dev packages. Change-Id: Ie5c8e2bd02e148d6638f4a4c1fbf6667c30313d5
This commit is contained in:
parent
fdae448a05
commit
cbfe93bb48
@ -6,6 +6,7 @@ iputils-arping
|
||||
libmysqlclient-dev # testonly
|
||||
mysql-server #NOPRIME
|
||||
sudo
|
||||
postgresql-server-dev-all # testonly
|
||||
python-iso8601
|
||||
python-paste
|
||||
python-routes
|
||||
|
@ -5,6 +5,7 @@ ebtables
|
||||
iptables
|
||||
iputils
|
||||
mariadb # NOPRIME
|
||||
postgresql-devel # testonly
|
||||
python-eventlet
|
||||
python-greenlet
|
||||
python-iso8601
|
||||
|
@ -9,6 +9,7 @@ mysql-connector-python
|
||||
mysql-devel # testonly
|
||||
mysql-server # NOPRIME
|
||||
openvswitch # NOPRIME
|
||||
postgresql-devel # testonly
|
||||
python-eventlet
|
||||
python-greenlet
|
||||
python-iso8601
|
||||
|
Loading…
Reference in New Issue
Block a user