From 557803ae2cbd88b0857018397192a42dbaacafd0 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 2 Jun 2021 16:57:52 +0200 Subject: [PATCH] setup: revert XLMMacroDeobfuscator dependency to PyPI --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c874c833..367766ec 100644 --- a/setup.py +++ b/setup.py @@ -333,9 +333,10 @@ def main(): 'full': [ # For XLMMacroDeobfuscator, the release on PyPI is quite old compared # to the github version, so for now we have to install from github: - 'https://github.com/DissectMalware/xlrd2/archive/master.zip', - 'https://github.com/DissectMalware/pyxlsb2/archive/master.zip', - 'https://github.com/DissectMalware/XLMMacroDeobfuscator/archive/master.zip', + # 'https://github.com/DissectMalware/xlrd2/archive/master.zip', + # 'https://github.com/DissectMalware/pyxlsb2/archive/master.zip', + # 'https://github.com/DissectMalware/XLMMacroDeobfuscator/archive/master.zip', + 'XLMMacroDeobfuscator', ] } )