From 16129b6e64b4a26068669979f42f7c3b1bff37af 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 2ff93989dd..68f6faffa1 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ CLIENT_TEST_DIR ?= build_test # 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)