Skip to content

Commit

Permalink
remove typing rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
cloin committed Oct 18, 2024
1 parent db62548 commit ea0d998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-de-25/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ additional_build_steps:
prepend_base:
- RUN $PYCMD -m pip install --upgrade pip setuptools
- RUN rpm -qa | grep -i typing
- RUN microdnf remove -y python3-typing-extensions || true
- RUN microdnf remove -y python3.11-typing-extensions || true
prepend_galaxy:
# Add custom ansible.cfg which defines collection install sources
- ADD _build/configs/ansible.cfg /etc/ansible/ansible.cfg
Expand Down

0 comments on commit ea0d998

Please sign in to comment.