Don't uninstall pycurl, but do build it from source.

oVirt requires something newer, but we can't use the wheel.
This commit is contained in:
Bill Nottingham 2020-05-11 13:11:19 -04:00
parent 9668d18203
commit 345f1db994
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +1 @@
pycurl # requires system package version
rsa # stop adding new crypto libs