mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -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
|
dispatcherd[pg-notify] # tasking system, previously part of AWX code base
|
||||||
protobuf>=4.25.8 # CVE-2025-4565
|
protobuf>=4.25.8 # CVE-2025-4565
|
||||||
idna>=3.10 # CVE-2024-3651
|
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
|
# opentelemetry-instrumentation
|
||||||
# setuptools-scm
|
# setuptools-scm
|
||||||
# wheel
|
# wheel
|
||||||
pbr==7.0.1
|
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
|
||||||
pexpect==4.9.0
|
pexpect==4.9.0
|
||||||
# via
|
# via
|
||||||
# -r /awx_devel/requirements/requirements.in
|
# -r /awx_devel/requirements/requirements.in
|
||||||
@@ -556,6 +554,5 @@ setuptools==80.9.0
|
|||||||
# -r /awx_devel/requirements/requirements.in
|
# -r /awx_devel/requirements/requirements.in
|
||||||
# autobahn
|
# autobahn
|
||||||
# incremental
|
# incremental
|
||||||
# pbr
|
|
||||||
# setuptools-rust
|
# setuptools-rust
|
||||||
# setuptools-scm
|
# setuptools-scm
|
||||||
|
|||||||
Reference in New Issue
Block a user