summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@splat.cc>2020-05-11 19:11:19 +0200
committerBill Nottingham <notting@splat.cc>2020-05-11 19:11:19 +0200
commit345f1db994f28fc0a962172b1025058597f47ca0 (patch)
tree495e4f9f3842580e51fb05cb292fa525d415332c /Makefile
parentMerge pull request #4313 from ryanpetrello/more-fips-monkey-business (diff)
downloadawx-345f1db994f28fc0a962172b1025058597f47ca0.tar.xz
awx-345f1db994f28fc0a962172b1025058597f47ca0.zip
Don't uninstall pycurl, but do build it from source.
oVirt requires something newer, but we can't use the wheel.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dba1e0844b..d14d44cfc3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ CELERY_SCHEDULE_FILE ?= /var/lib/awx/beat.db
DEV_DOCKER_TAG_BASE ?= gcr.io/ansible-tower-engineering
# Python packages to install only from source (not from binary wheels)
# Comma separated list
-SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2,twilio
+SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2,twilio,pycurl
# These should be upgraded in the AWX and Ansible venv before attempting
# to install the actual requirements
VENV_BOOTSTRAP ?= pip==19.3.1 setuptools==41.6.0