Merge pull request #6070 from shanemcd/fix-debian-builds

Fix Ubuntu builds
This commit is contained in:
Shane McDonald 2017-04-20 11:50:03 -04:00 committed by GitHub
commit 570b28f3e3

View File

@ -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)