mirror of https://github.com/n1nj4sec/pupy.git
build dependency fix
This commit is contained in:
parent
1dc49db26a
commit
0ce3d29a9b
|
@ -30,7 +30,7 @@ else:
|
|||
|
||||
|
||||
all_dependencies=list(set([x.split(".")[0] for x in sys.modules.iterkeys()]))
|
||||
all_dependencies.extend(["win32file", "win32pipe", "Crypto", "yaml", "_yaml", "rpyc", "network"])
|
||||
all_dependencies.extend(["win32file", "win32pipe", "Crypto", "yaml", "_yaml", "rpyc", "network", "pyasn1", "rsa"])
|
||||
all_dependencies=list(set(all_dependencies))
|
||||
|
||||
zf = zipfile.ZipFile(os.path.join("sources","resources","library%s.zip"%arch), mode='w', compression=zipfile.ZIP_DEFLATED)
|
||||
|
|
Loading…
Reference in New Issue