mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Remove pbr dependency (#15806)
* Remove pbr dependency * Review comment, remove comment
This commit is contained in:
@@ -69,6 +69,3 @@ setuptools_scm[toml] # see UPGRADE BLOCKERs, xmlsec build dep
|
|||||||
setuptools-rust>=0.11.4 # cryptography build dep
|
setuptools-rust>=0.11.4 # cryptography build dep
|
||||||
pkgconfig>=1.5.1 # xmlsec build dep - needed for offline build
|
pkgconfig>=1.5.1 # xmlsec build dep - needed for offline build
|
||||||
django-flags>=5.0.13
|
django-flags>=5.0.13
|
||||||
# Temporarily added to use ansible-runner from git branch, to be removed
|
|
||||||
# when ansible-runner moves from requirements_git.txt to here
|
|
||||||
pbr
|
|
||||||
|
|||||||
@@ -336,8 +336,6 @@ packaging==24.2
|
|||||||
# ansible-runner
|
# ansible-runner
|
||||||
# opentelemetry-instrumentation
|
# opentelemetry-instrumentation
|
||||||
# setuptools-scm
|
# setuptools-scm
|
||||||
pbr==6.1.0
|
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
|
||||||
pexpect==4.7.0
|
pexpect==4.7.0
|
||||||
# via
|
# via
|
||||||
# -r /awx_devel/requirements/requirements.in
|
# -r /awx_devel/requirements/requirements.in
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
||||||
# Remove pbr from requirements.in when moving ansible-runner to requirements.in
|
|
||||||
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
|
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
|
||||||
awx-plugins-core @ git+https://github.com/ansible/awx-plugins.git@devel#egg=awx-plugins-core[credentials-github-app]
|
awx-plugins-core @ git+https://github.com/ansible/awx-plugins.git@devel#egg=awx-plugins-core[credentials-github-app]
|
||||||
django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest-filters,jwt_consumer,resource-registry,rbac,feature-flags]
|
django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest-filters,jwt_consumer,resource-registry,rbac,feature-flags]
|
||||||
|
|||||||
Reference in New Issue
Block a user