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.

see I5e0f6246d010e09065815e9fca5ad2c4da5060b6 for another example

Change-Id: I01735aa3bffbce8e6e182887d8df450fa509c636
This commit is contained in:
Matthew Thode 2019-04-09 18:05:38 -05:00
parent f9a568f235
commit b59dc8d068
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 0 deletions

View File

@ -20,3 +20,4 @@ postgresql
postgresql-client [platform:dpkg]
postgresql-devel [platform:rpm]
postgresql-server [platform:rpm]
libpq-dev [platform:dpkg]