From b59dc8d068e9e7e268c68590802bae6fbcfdd33b Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 9 Apr 2019 18:05:38 -0500 Subject: [PATCH] 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 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index 490ad5e581..131818bdd2 100644 --- a/bindep.txt +++ b/bindep.txt @@ -20,3 +20,4 @@ postgresql postgresql-client [platform:dpkg] postgresql-devel [platform:rpm] postgresql-server [platform:rpm] +libpq-dev [platform:dpkg]