Skip to content

Commit

Permalink
Removed 'stop' from the osX spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 13, 2019
1 parent ea855d4 commit 4cd3db8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runsharp/SHARPpy-osx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 4cd3db8

Please sign in to comment.