diff options
author | Alan Rominger <arominge@redhat.com> | 2021-05-18 21:27:04 +0200 |
---|---|---|
committer | Alan Rominger <arominge@redhat.com> | 2021-05-24 15:44:58 +0200 |
commit | cb1df4a33414a90044f0d1fdb15430ddbd90d31a (patch) | |
tree | 932a58ea4eb9999cf7ec78ef067e4bd28e71203a /Makefile | |
parent | Merge pull request #10245 from tiagodread/add-testability (diff) | |
download | awx-cb1df4a33414a90044f0d1fdb15430ddbd90d31a.tar.xz awx-cb1df4a33414a90044f0d1fdb15430ddbd90d31a.zip |
Remove code and settings no longer used
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,7 +13,6 @@ MANAGEMENT_COMMAND ?= awx-manage IMAGE_REPOSITORY_AUTH ?= IMAGE_REPOSITORY_BASE ?= https://gcr.io VERSION := $(shell cat VERSION) -PYCURL_SSL_LIBRARY ?= openssl # NOTE: This defaults the container image version to the branch that's active COMPOSE_TAG ?= $(GIT_BRANCH) @@ -28,7 +27,7 @@ DEVEL_IMAGE_NAME ?= $(DEV_DOCKER_TAG_BASE)/awx_devel:$(COMPOSE_TAG) # Python packages to install only from source (not from binary wheels) # Comma separated list -SRC_ONLY_PKGS ?= cffi,pycparser,psycopg2,twilio,pycurl +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 |