diff options
author | jessicamack <jmack@redhat.com> | 2023-12-11 23:11:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 23:11:04 +0100 |
commit | 0d825a744b67e4b82d9951263009dc8a61b5b807 (patch) | |
tree | 3313220fddb8753963a1754c4935cfda92e4d6a2 /Makefile | |
parent | Fix undefined error in settings/logging/edit form (#14715) (diff) | |
download | awx-0d825a744b67e4b82d9951263009dc8a61b5b807.tar.xz awx-0d825a744b67e4b82d9951263009dc8a61b5b807.zip |
Update setuptools-scm (#14716)
* properly format requirement
* upgrade setuptools_scm
* Revert "properly format requirement"
This reverts commit 4c8792950fbdbc623c5c373b970850bc2eb5b844.
* test ansible-runner package upgrade
* Revert "test ansible-runner package upgrade"
This reverts commit ba4b74f2bb173441195574ff70a4bc946391661f.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ RECEPTOR_IMAGE ?= quay.io/ansible/receptor:devel SRC_ONLY_PKGS ?= cffi,pycparser,psycopg,twilio # These should be upgraded in the AWX and Ansible venv before attempting # to install the actual requirements -VENV_BOOTSTRAP ?= pip==21.2.4 setuptools==65.6.3 setuptools_scm[toml]==7.0.5 wheel==0.38.4 +VENV_BOOTSTRAP ?= pip==21.2.4 setuptools==65.6.3 setuptools_scm[toml]==8.0.4 wheel==0.38.4 NAME ?= awx |