Skip to content

Commit

Permalink
Fix capstone installation (#44)
Browse files Browse the repository at this point in the history
* Fix capstone installation

* Add proper require statement
  • Loading branch information
digitalsleuth authored Oct 19, 2020
1 parent 022619e commit 950c9a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sift/python-packages/capstone.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@ include:
- sift.packages.python3-pip
- sift.packages.python2-pip

sift-python-packages-pkg-remove:
pkg.removed:
- name: python-capstone

sift-python-packages-capstone:
pip.installed:
- name: capstone
- bin_env: /usr/bin/python2
- upgrade: True
- require:
- sls: sift.packages.python2-pip
- pkg: sift-python-packages-pkg-remove

0 comments on commit 950c9a7

Please sign in to comment.