mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Add pycparser to SRC_ONLY_PKGS
Fixes stuff due to https://github.com/pyca/cryptography/issues/3187
This commit is contained in:
committed by
Ryan Fitzpatrick
parent
4ca8bc1eda
commit
16129b6e64
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@ CLIENT_TEST_DIR ?= build_test
|
|||||||
|
|
||||||
# Python packages to install only from source (not from binary wheels)
|
# Python packages to install only from source (not from binary wheels)
|
||||||
# Comma separated list
|
# Comma separated list
|
||||||
SRC_ONLY_PKGS ?= cffi
|
SRC_ONLY_PKGS ?= cffi,pycparser
|
||||||
|
|
||||||
# Determine appropriate shasum command
|
# Determine appropriate shasum command
|
||||||
UNAME_S := $(shell uname -s)
|
UNAME_S := $(shell uname -s)
|
||||||
|
|||||||
Reference in New Issue
Block a user