mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
AAP-67436 Remove pbr from requirements (#16337)
* Remove pbr from requirements pbr was temporarily added to support ansible-runner installed from a git branch. It is no longer needed as a direct dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Retrigger CI Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -76,6 +76,3 @@ django-flags>=5.0.13
|
||||
dispatcherd[pg-notify] # tasking system, previously part of AWX code base
|
||||
protobuf>=4.25.8 # CVE-2025-4565
|
||||
idna>=3.10 # CVE-2024-3651
|
||||
# Temporarily added to use ansible-runner from git branch, to be removed
|
||||
# when ansible-runner moves from requirements_git.txt to here
|
||||
pbr
|
||||
|
||||
@@ -337,8 +337,6 @@ packaging==25.0
|
||||
# opentelemetry-instrumentation
|
||||
# setuptools-scm
|
||||
# wheel
|
||||
pbr==7.0.1
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
pexpect==4.9.0
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
@@ -556,6 +554,5 @@ setuptools==80.9.0
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# autobahn
|
||||
# incremental
|
||||
# pbr
|
||||
# setuptools-rust
|
||||
# setuptools-scm
|
||||
|
||||
Reference in New Issue
Block a user