From 15eaac049c56a0e24690148eaa1e4f7e49fd8978 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 3 Oct 2016 09:36:33 -0400 Subject: [PATCH] Add pycparser to SRC_ONLY_PKGS Fixes stuff due to https://github.com/pyca/cryptography/issues/3187 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 510fff2318..86685855a8 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ CELERY_SCHEDULE_FILE ?= /celerybeat-schedule # Python packages to install only from source (not from binary wheels) # Comma separated list -SRC_ONLY_PKGS ?= cffi +SRC_ONLY_PKGS ?= cffi,pycparser # Determine appropriate shasum command UNAME_S := $(shell uname -s)