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:
Maru Newby 2015-02-05 00:05:23 +00:00
parent fdae448a05
commit cbfe93bb48
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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