mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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:
parent
9668d18203
commit
345f1db994
2
Makefile
2
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
|
||||
|
||||
@ -1,2 +1 @@
|
||||
pycurl # requires system package version
|
||||
rsa # stop adding new crypto libs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user