forked from Lainports/freebsd-ports
- Use USES=dos2unix to convert CRLF to LF Changes: https://github.com/DissectMalware/XLMMacroDeobfuscator/releases https://github.com/DissectMalware/XLMMacroDeobfuscator/commits/master
14 lines
323 B
Python
14 lines
323 B
Python
--- setup.py.orig 2022-10-03 07:48:40 UTC
|
|
+++ setup.py
|
|
@@ -35,9 +35,9 @@ setup(
|
|
python_requires='>=3.4',
|
|
install_requires=[
|
|
"pyxlsb2",
|
|
- "lark-parser",
|
|
+ "lark",
|
|
"xlrd2",
|
|
- "untangle==1.2.1",
|
|
+ "untangle>=1.2.1",
|
|
"msoffcrypto-tool",
|
|
"roman"
|
|
],
|