mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
Python3 support for vivisect
Vivisect has moved to Python3. Allow to run vivisect with Python3 in capa. I am using the following version of vivisect (which includes fixes for some bugs I have found and some open PRs in vivisect): https://github.com/Ana06/vivisect/tree/py-3
This commit is contained in:
2
setup.py
2
setup.py
@@ -27,6 +27,8 @@ if sys.version_info >= (3, 0):
|
||||
# py3
|
||||
requirements.append("halo")
|
||||
requirements.append("networkx")
|
||||
requirements.append("vivisect @ git+https://github.com/Ana06/vivisect@py-3#egg=vivisect")
|
||||
requirements.append("viv-utils==0.3.19")
|
||||
requirements.append("smda==1.5.13")
|
||||
else:
|
||||
# py2
|
||||
|
||||
Reference in New Issue
Block a user