2427683
--- oletools-0.56.1/setup.py	2021-04-02 23:45:58.000000000 +0200
2427683
+++ oletools-0.56.1/setup.py	2021-04-03 14:52:16.581587726 +0200
2427683
@@ -96,6 +96,9 @@
2427683
     'oletools.thirdparty.xglob',
rpmbuild 0185ab9
     'oletools.thirdparty.tablestream',
rpmbuild 0185ab9
     'oletools.thirdparty.oledump',
rpmbuild 0185ab9
+    'oletools.thirdparty.msoffcrypto',
rpmbuild afd6c14
+    'oletools.thirdparty.msoffcrypto.format',
rpmbuild afd6c14
+    'oletools.thirdparty.msoffcrypto.method',
rpmbuild 0185ab9
 ]
rpmbuild 0185ab9
 ##setupdir = '.'
rpmbuild 0185ab9
 ##package_dir={'': setupdir}
2427683
@@ -183,6 +186,9 @@
rpmbuild 0185ab9
     'oletools.thirdparty.DridexUrlDecoder': [
rpmbuild 0185ab9
         'LICENSE.txt',
rpmbuild 0185ab9
         ],
rpmbuild 0185ab9
+    'oletools.thirdparty.msoffcrypto': [
rpmbuild 0185ab9
+        'LICENSE.txt',
rpmbuild 0185ab9
+        ],
rpmbuild 0185ab9
     # 'oletools.thirdparty.tablestream': [
rpmbuild 0185ab9
     #     'LICENSE', 'README',
rpmbuild 0185ab9
     #     ],
2427683
@@ -323,7 +329,7 @@
rpmbuild 0185ab9
             'colorclass',
2427683
             # msoffcrypto-tool is not installable on PyPy+Windows (see issue #473),
2427683
             # so we only require it if the platform is not Windows or not PyPy:
2427683
-            'msoffcrypto-tool; platform_python_implementation!="PyPy" or (python_version>="3" and platform_system!="Windows" and platform_system!="Darwin")',
2427683
+#            'msoffcrypto-tool; platform_python_implementation!="PyPy" or (python_version>="3" and platform_system!="Windows" and platform_system!="Darwin")',
rpmbuild 7d4a18a
             'pcodedmp>=1.2.5',
rpmbuild 0185ab9
         ],
rpmbuild 0185ab9
     )