Skip to content

Commit

Permalink
Restore pefile (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsleuth authored May 25, 2021
1 parent c50da60 commit 836340f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sift/python-packages/pefile.sls
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
include:
- sift.packages.python3-pip
- sift.packages.python2-pip
- sift.packages.git

sift-python-packages-pefile:
pip.installed:
- name: git+https://github.com/digitalsleuth/pefile.git
- name: pefile
- bin_env: /usr/bin/python2
- upgrade: True
- require:
- sls: sift.packages.python2-pip
- sls: sift.packages.git

0 comments on commit 836340f

Please sign in to comment.