Skip to content

Commit

Permalink
Fix core, replace setuptools, wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsleuth committed Nov 6, 2024
1 parent 77edfca commit 1326a1c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sift/python3-packages/core.sls
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
include:
- sift.python3-packages.pip
- sift.python3-packages.wheel
- sift.python3-packages.setuptools

sift-python3-packages-core:
test.nop:
- name: python3-packages-core
- require:
- sls: sift.python3-packages.pip
- sls: sift.python3-packages.wheel
- sls: sift.python3-packages.setuptools
9 changes: 9 additions & 0 deletions sift/python3-packages/setuptools.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include:
- sift.python3-packages.pip

sift-python3-packages-setuptools:
pip.installed:
- name: setuptools==70.0.0
- bin_env: /usr/bin/python3
- require:
- sls: sift.python3-packages.pip
9 changes: 9 additions & 0 deletions sift/python3-packages/wheel.sls
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
include:
- sift.python3-packages.pip

sift-python3-packages-wheel:
pip.installed:
- name: wheel
- bin_env: /usr/bin/python3
- require:
- sls: sift.python3-packages.pip

0 comments on commit 1326a1c

Please sign in to comment.