Skip to content

Commit

Permalink
Fix issue with setuptools causing crash (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsleuth authored Feb 4, 2023
1 parent 55d0bf5 commit fddbdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sift/python3-packages/setuptools.sls
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include:

sift-python3-packages-setuptools:
pip.installed:
- name: setuptools
- name: 'setuptools<66.0.0'
- bin_env: /usr/bin/python3
- require:
- sls: sift.python3-packages.pip

0 comments on commit fddbdc4

Please sign in to comment.