From f47f8c55813933bb30aa721509faddff9677eb0e Mon Sep 17 00:00:00 2001 From: n1nj4sec Date: Sat, 27 Aug 2016 12:10:31 +0200 Subject: [PATCH] fix build_library_zip --- client/build_library_zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/build_library_zip.py b/client/build_library_zip.py index f005cc23..ce94e7eb 100644 --- a/client/build_library_zip.py +++ b/client/build_library_zip.py @@ -36,7 +36,7 @@ else: all_dependencies=list(set([x.split(".")[0] for x,m in sys.modules.iteritems() if not "(built-in)" in str(m) and x != "__main__"])) all_dependencies.extend(["win32file", "win32pipe", "Crypto", "yaml", "rpyc", "pyasn1", "rsa"]) all_dependencies=list(set(all_dependencies)) - +all_dependencies.remove("pupy") # blacklist the built-in pupy import zf = zipfile.ZipFile(os.path.join("sources","resources","library%s.zip"%arch), mode='w', compression=zipfile.ZIP_DEFLATED) try: if arch=="x86":