From 50c341166bbf7f1d36c30ad18dd4a7c585dcd3e8 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Tue, 9 Apr 2019 15:28:18 -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. Change-Id: I5e0f6246d010e09065815e9fca5ad2c4da5060b6 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index 1b7d9901d9c..73a5f51bead 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]