From 4cd3db8af7019afd7a475c0ce55ba2b62599e59b Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Fri, 13 Sep 2019 00:44:58 -0400 Subject: [PATCH] Removed 'stop' from the osX spec --- runsharp/SHARPpy-osx.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/runsharp/SHARPpy-osx.spec b/runsharp/SHARPpy-osx.spec index 8e3d1b64..a6838780 100644 --- a/runsharp/SHARPpy-osx.spec +++ b/runsharp/SHARPpy-osx.spec @@ -24,8 +24,6 @@ a = Analysis(['SHARPpy.py'], hiddenimports=['xml.etree.ElementTree', 'sharppy.io.pecan_decoder', 'sharppy.io.spc_decoder', 'sharppy.io.buf_decoder', 'sharppy.io.uwyo_decoder', 'datasources.available', 'sharppy.sharptab.prof_collection'], hookspath=None, runtime_hooks=None) -print(a.binaries) -stop a.binaries = [x for x in a.binaries if not x[0].startswith("scipy")] a.datas += [("sharppy/databases/PW-mean-inches.txt", os.path.join(os.path.dirname(sharppy.__file__), "databases/PW-mean-inches.txt"), "DATA")]