From cbfe93bb4861d3129b82984c3aefc658a743d69b Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Thu, 5 Feb 2015 00:05:23 +0000 Subject: [PATCH] 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 --- files/debs/neutron | 1 + files/rpms-suse/neutron | 1 + files/rpms/neutron | 1 + 3 files changed, 3 insertions(+) diff --git a/files/debs/neutron b/files/debs/neutron index 5a59b22b9d..3f4b6d2999 100644 --- a/files/debs/neutron +++ b/files/debs/neutron @@ -6,6 +6,7 @@ iputils-arping libmysqlclient-dev # testonly mysql-server #NOPRIME sudo +postgresql-server-dev-all # testonly python-iso8601 python-paste python-routes diff --git a/files/rpms-suse/neutron b/files/rpms-suse/neutron index 50ee145928..66d6e4cad0 100644 --- a/files/rpms-suse/neutron +++ b/files/rpms-suse/neutron @@ -5,6 +5,7 @@ ebtables iptables iputils mariadb # NOPRIME +postgresql-devel # testonly python-eventlet python-greenlet python-iso8601 diff --git a/files/rpms/neutron b/files/rpms/neutron index 59152d6e93..d11dab7e1a 100644 --- a/files/rpms/neutron +++ b/files/rpms/neutron @@ -9,6 +9,7 @@ mysql-connector-python mysql-devel # testonly mysql-server # NOPRIME openvswitch # NOPRIME +postgresql-devel # testonly python-eventlet python-greenlet python-iso8601