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
|
libmysqlclient-dev # testonly
|
||||||
mysql-server #NOPRIME
|
mysql-server #NOPRIME
|
||||||
sudo
|
sudo
|
||||||
|
postgresql-server-dev-all # testonly
|
||||||
python-iso8601
|
python-iso8601
|
||||||
python-paste
|
python-paste
|
||||||
python-routes
|
python-routes
|
||||||
|
@ -5,6 +5,7 @@ ebtables
|
|||||||
iptables
|
iptables
|
||||||
iputils
|
iputils
|
||||||
mariadb # NOPRIME
|
mariadb # NOPRIME
|
||||||
|
postgresql-devel # testonly
|
||||||
python-eventlet
|
python-eventlet
|
||||||
python-greenlet
|
python-greenlet
|
||||||
python-iso8601
|
python-iso8601
|
||||||
|
@ -9,6 +9,7 @@ mysql-connector-python
|
|||||||
mysql-devel # testonly
|
mysql-devel # testonly
|
||||||
mysql-server # NOPRIME
|
mysql-server # NOPRIME
|
||||||
openvswitch # NOPRIME
|
openvswitch # NOPRIME
|
||||||
|
postgresql-devel # testonly
|
||||||
python-eventlet
|
python-eventlet
|
||||||
python-greenlet
|
python-greenlet
|
||||||
python-iso8601
|
python-iso8601
|
||||||
|
Loading…
Reference in New Issue
Block a user