summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2009-11-14 00:47:32 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2009-11-14 00:47:32 (GMT)
commitca3cc471901662062924e0f61a052a39fb5709ff (patch)
treed2e4e38d3f44c39281bba6f4032e760eafc51f5b /bin
parentde49eaa521884deab59dc642b772a9d3af133df1 (diff)
downloadSCons-ca3cc471901662062924e0f61a052a39fb5709ff.zip
SCons-ca3cc471901662062924e0f61a052a39fb5709ff.tar.gz
SCons-ca3cc471901662062924e0f61a052a39fb5709ff.tar.bz2
Fix bug 1944 - handle non-existant .i files when swig emitter is called. Make an educated guess on the generated module name based on the .i file name.
Diffstat (limited to 'bin')
-rw-r--r--bin/scons_dev_master.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/scons_dev_master.py b/bin/scons_dev_master.py
index c5804cf..5e8df41 100644
--- a/bin/scons_dev_master.py
+++ b/bin/scons_dev_master.py
@@ -67,11 +67,12 @@ TESTING_PACKAGES = [
'gcc',
'gcj',
'ghostscript',
- 'libgcj7-dev',
+# 'libgcj7-dev',
'm4',
'openssh-client',
'openssh-server',
'python-profiler',
+ 'python-all-dev',
'rcs',
'rpm',
'sun-java5-jdk',