[hdf-compass] 126/295: fix for py2app installer

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit 10cf5b2d7163e25db3b06ff301b1bb78403dd32c
Author: jreadey <jreadey at hdfgroup.org>
Date:   Fri Oct 9 11:53:03 2015 -0700

    fix for py2app installer
---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 81b7f55..7b76753 100644
--- a/setup.py
+++ b/setup.py
@@ -42,8 +42,10 @@ PLIST = {   "CFBundleDocumentTypes": [ { "CFBundleTypeExtensions": ["hdf5","h5"]
 # when the program starts up and causes windows not to be displayed.
 OPTIONS = { 'argv_emulation': False,
             'excludes': ['scipy', 'PyQt4', 'mpi4py'],
-            'matplotlib_backends': ['wxagg'],
+            'includes': ['h5py',],
+            'matplotlib_backends': ['wxagg',],
             'iconfile': 'compass.icns',
+            'packages': ['h5py',],
             'plist': PLIST }
 
 setup(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list