Add libpq-dev to bindeps.txt and install doc

Because it is needed to install psycopg 2.8.2 on ubuntu. Resolves
dependency install failure on unit tests on ubuntu nodes.

Change-Id: I04e9272e351badc1344235571d6f2c9e79fb6223
Closes-Bug: 1828109
This commit is contained in:
Eric K 2019-05-07 11:39:32 -07:00 committed by Eric Kao
parent f3fa1d5db9
commit c0d6c6c113
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ libvirt-dev
libxml2-dev
libxslt1-dev
# libmysqlclient-dev
# libpq-dev
libpq-dev [platform:dpkg]
libsqlite3-dev
libffi-dev
# mysql-client

View File

@ -102,7 +102,7 @@ Install the following software, if you haven't already.
.. code-block:: console
$ sudo apt install git gcc python-dev python-antlr3 libxml2 libxslt1-dev libzip-dev build-essential libssl-dev libffi-dev
$ sudo apt install git gcc python-dev python-antlr3 libxml2 libxslt1-dev libzip-dev build-essential libssl-dev libffi-dev libpq-dev
$ sudo apt install rabbitmq-server # https://www.rabbitmq.com/install-debian.html
$ sudo apt install python-setuptools
$ sudo pip install --upgrade pip virtualenv pbr tox