Browse code

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

Maru Newby authored on 2015/02/05 09:05:23
Showing 3 changed files
... ...
@@ -6,6 +6,7 @@ iputils-arping
6 6
 libmysqlclient-dev  # testonly
7 7
 mysql-server #NOPRIME
8 8
 sudo
9
+postgresql-server-dev-all       # testonly
9 10
 python-iso8601
10 11
 python-paste
11 12
 python-routes
... ...
@@ -5,6 +5,7 @@ ebtables
5 5
 iptables
6 6
 iputils
7 7
 mariadb # NOPRIME
8
+postgresql-devel        # testonly
8 9
 python-eventlet
9 10
 python-greenlet
10 11
 python-iso8601
... ...
@@ -9,6 +9,7 @@ mysql-connector-python
9 9
 mysql-devel  # testonly
10 10
 mysql-server # NOPRIME
11 11
 openvswitch # NOPRIME
12
+postgresql-devel        # testonly
12 13
 python-eventlet
13 14
 python-greenlet
14 15
 python-iso8601