summaryrefslogtreecommitdiff
path: root/math/py-pytables/patches/patch-aa
blob: 7e324520406ce325079f3635ae99a6a488c368de (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-aa,v 1.4 2006/02/10 20:05:12 drochner Exp $

--- setup.py.orig	2005-12-21 18:04:52.000000000 +0100
+++ setup.py
@@ -555,5 +555,5 @@ interactively save and retrieve large am
                                 ),
                       ],
       cmdclass = cmdclass,
-      scripts = ['utils/ptdump', 'utils/ptrepack', 'utils/nctoh5'],
+      scripts = ['utils/ptdump' + sys.version[0:3], 'utils/ptrepack' + sys.version[0:3], 'utils/nctoh5' + sys.version[0:3]],
 )