mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Update pip and setuptools
This commit is contained in:
2
Makefile
2
Makefile
@@ -23,7 +23,7 @@ DEVEL_IMAGE_NAME ?= $(DEV_DOCKER_TAG_BASE)/awx_devel:$(COMPOSE_TAG)
|
||||
SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2,twilio
|
||||
# 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 wheel==0.36.2
|
||||
VENV_BOOTSTRAP ?= pip==21.2.4 setuptools==58.2.0 wheel==0.36.2
|
||||
|
||||
NAME ?= awx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user