From 896460d32e66969cfabbf6749f9dd97e23de35ba Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Thu, 20 Apr 2017 11:08:14 -0400 Subject: [PATCH] Build psycopg2 from source Fixes Ubuntu build errors where dh_strip was choking on a shared object file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8be04c1a25..ad8a166af2 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ CELERY_SCHEDULE_FILE ?= /celerybeat-schedule # Python packages to install only from source (not from binary wheels) # Comma separated list -SRC_ONLY_PKGS ?= cffi,pycparser +SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2 # Determine appropriate shasum command UNAME_S := $(shell uname -s)