diff options
author | Bill Nottingham <notting@splat.cc> | 2020-05-11 19:11:19 +0200 |
---|---|---|
committer | Bill Nottingham <notting@splat.cc> | 2020-05-11 19:11:19 +0200 |
commit | 345f1db994f28fc0a962172b1025058597f47ca0 (patch) | |
tree | 495e4f9f3842580e51fb05cb292fa525d415332c /Makefile | |
parent | Merge pull request #4313 from ryanpetrello/more-fips-monkey-business (diff) | |
download | awx-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |