Skip to content

Commit

Permalink
Revert "Attempt 2 to install dab jwt-consumer on dab_jwt profile"
Browse files Browse the repository at this point in the history
This reverts commit 847d3ce.
  • Loading branch information
rochacbruno committed Sep 25, 2024
1 parent 847d3ce commit c0daf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def _format_pulp_requirement(plugin, specifier=None, ref=None, gh_namespace="pul

django_ansible_base_branch = os.getenv('DJANGO_ANSIBLE_BASE_BRANCH', 'devel')
django_ansible_base_dependency = (
'django-ansible-base[jwt-consumer] @ '
'django-ansible-base[jwt_consumer] @ '
f'git+https://github.com/ansible/django-ansible-base@{django_ansible_base_branch}'
)

Expand Down

0 comments on commit c0daf57

Please sign in to comment.