From ed1760d83e32d829368dc6facbe29464f98bb7d7 Mon Sep 17 00:00:00 2001 From: Alexander Kislitsky Date: Fri, 18 Nov 2016 10:58:34 +0300 Subject: [PATCH] ibpq-dev requirement added Without libpq-dev pep8 job is failed on psycopg2 package installation. Change-Id: Id20dfd28698fe0ce3015bae1213f474b85c9256d Closes-Bug: #1642668 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index 9ff7bee..8993680 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,6 +2,8 @@ # see http://docs.openstack.org/infra/bindep/ for additional information. # Requirements for DB migrations check +libpq-dev [platform:dpkg] +postgresql-devel [platform:rpm] mysql-server [platform:dpkg] mariadb-server [platform:rpm] postgresql