mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02: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:
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
|
DEV_DOCKER_TAG_BASE ?= gcr.io/ansible-tower-engineering
|
||||||
# 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,pycparser,psycopg2,twilio
|
SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2,twilio,pycurl
|
||||||
# These should be upgraded in the AWX and Ansible venv before attempting
|
# These should be upgraded in the AWX and Ansible venv before attempting
|
||||||
# to install the actual requirements
|
# to install the actual requirements
|
||||||
VENV_BOOTSTRAP ?= pip==19.3.1 setuptools==41.6.0
|
VENV_BOOTSTRAP ?= pip==19.3.1 setuptools==41.6.0
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
pycurl # requires system package version
|
|
||||||
rsa # stop adding new crypto libs
|
rsa # stop adding new crypto libs
|
||||||
|
|||||||
Reference in New Issue
Block a user