Skip to content

Commit

Permalink
feat(freebsd): upgrade python pkgs to py39-*
Browse files Browse the repository at this point in the history
  • Loading branch information
sticky-note committed Jul 24, 2022
1 parent 46b0a96 commit 2d78db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alcali/package/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'RedHat': ['python-virtualenv'],
'Arch': ['python-virtualenv'],
'Debian': ['virtualenv', 'python3-pip', 'python3-virtualenv', 'python3-venv'],
'FreeBSD': ['py38-pip', 'py38-virtualenv'],
'FreeBSD': ['py39-pip', 'py39-virtualenv'],
}.get(grains.os_family) %}
{%- if alcali.config.auth_backend == 'ldap' %}
Expand Down

0 comments on commit 2d78db5

Please sign in to comment.