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:
Ana Maria Martinez Gomez
2021-02-08 19:30:54 +01:00
parent 2f6a6e4628
commit e4925613b3
4 changed files with 35 additions and 18 deletions

View File

@@ -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