mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Fix importlib-metadata dependency conflict
rerun requirements/updator.sh to regenerate requirements.txt fix conflict introduced by https://github.com/ansible/ansible-runner/pull/1224
This commit is contained in:
parent
3ce68ced1e
commit
328880609b
3
Makefile
3
Makefile
@ -10,9 +10,6 @@ GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||
MANAGEMENT_COMMAND ?= awx-manage
|
||||
VERSION := $(shell $(PYTHON) tools/scripts/scm_version.py)
|
||||
|
||||
# temparary workaround for pip resolver issues
|
||||
PIP_OPTIONS="--use-deprecated=legacy-resolver"
|
||||
|
||||
# ansible-test requires semver compatable version, so we allow overrides to hack it
|
||||
COLLECTION_VERSION ?= $(shell $(PYTHON) tools/scripts/scm_version.py | cut -d . -f 1-3)
|
||||
# args for the ansible-test sanity command
|
||||
|
||||
@ -172,8 +172,10 @@ idna==3.4
|
||||
# requests
|
||||
# twisted
|
||||
# yarl
|
||||
importlib-metadata==5.1.0
|
||||
# via markdown
|
||||
importlib-metadata==4.6.4
|
||||
# via
|
||||
# ansible-runner
|
||||
# markdown
|
||||
incremental==22.10.0
|
||||
# via twisted
|
||||
inflect==6.0.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user