mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -03:30
Fix awx-plugins to use #egg=<package_name>
* #egg _could_ be awx-plugins.some.other.provided.package * Also point at ansible devel instead of a forked branch since the entrypoints PR has now merged to devel
This commit is contained in:
committed by
Chris Meyers
parent
4328093c05
commit
a4346a667c
@@ -3,4 +3,4 @@ git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
||||
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
|
||||
git+https://github.com/ansible/python3-saml.git@devel#egg=python3-saml
|
||||
django-ansible-base @ git+https://github.com/ansible/django-ansible-base@devel#egg=django-ansible-base[rest_filters,jwt_consumer,resource_registry,rbac]
|
||||
awx-plugins-core @ git+https://git@github.com/chrismeyersfsu/awx-plugins.git@entrypoints2#awx-plugins-core
|
||||
awx-plugins-core @ git+https://git@github.com/ansible/awx-plugins.git@devel#egg=awx-plugins-core
|
||||
|
||||
Reference in New Issue
Block a user