Skip to content

Commit

Permalink
feat: Set system pip package flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RobHooper committed Oct 25, 2024
1 parent 6985025 commit 849ba2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions salt/kingfisher/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ useful packages for data support:
- flattentool
- ocdskit
- py-spy
{% if grains.osmajorrelease | int >= 24 %}
# https://peps.python.org/pep-0668/
- extra_args:
- --break-system-packages
{% endif %}
- upgrade: True
- require:
- pip: pip

0 comments on commit 849ba2b

Please sign in to comment.