From 3f3e22c2f1dff39c1caa19a1f279bf5be4aadec4 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 27 Oct 2022 16:51:32 -0500 Subject: [PATCH] Update pyinstaller_pip.spec remove (occt_dir, 'opencascade') from _pip.spec --- pyinstaller_pip.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/pyinstaller_pip.spec b/pyinstaller_pip.spec index 27c10f1..57ab676 100644 --- a/pyinstaller_pip.spec +++ b/pyinstaller_pip.spec @@ -28,7 +28,6 @@ a = Analysis(['run.py'], pathex=['.'], binaries=ocp_path + binaries1, datas=[(spyder_data, 'spyder'), - (occt_dir, 'opencascade'), (cqw_path, 'cq_warehouse'), (cq_path, 'cadquery')] + [(p, 'parso/python') for p in parso_grammar] + datas1,