add libpq-dev to build psycopg2

Without libpq-dev installed you get the following error message with
psycopg2-2.8.1

Error: You need to install postgresql-server-dev-X.Y for building a
server-side extension or libpq-dev for building a client-side application.

Change-Id: I5e0f6246d010e09065815e9fca5ad2c4da5060b6
This commit is contained in:
Matthew Thode 2019-04-09 15:28:18 -05:00
parent 16cde62009
commit 50c341166b
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 0 deletions

View File

@ -29,4 +29,5 @@ postgresql
postgresql-client [platform:dpkg]
postgresql-devel [platform:rpm]
postgresql-server [platform:rpm]
libpq-dev [platform:dpkg]
thin-provisioning-tools [platform:debian]