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:
parent
f9a568f235
commit
b59dc8d068
@ -20,3 +20,4 @@ postgresql
|
||||
postgresql-client [platform:dpkg]
|
||||
postgresql-devel [platform:rpm]
|
||||
postgresql-server [platform:rpm]
|
||||
libpq-dev [platform:dpkg]
|
||||
|
Loading…
Reference in New Issue
Block a user