The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-ipython / 0001-set-correct-python-executable-path.patch
1 Set correct Python executable path
2
3 Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
4
5 --- python-ipython-2.1.0/setupbase.py   2014-05-21 15:19:12.000000000 -0400
6 +++ python-ipython-2.1.0-new/setupbase.py       2014-07-23 23:34:32.892030423 -0400
7 @@ -394,7 +394,7 @@ class build_scripts_entrypt(build_script
8  
9              mod, func = entrypt.split(':')
10              with open(outfile, 'w') as f:
11 -                f.write(script_src.format(executable=sys.executable,
12 +                f.write(script_src.format(executable='/usr/bin/env python',
13                                            mod=mod, func=func))
14  
15          return outfiles, outfiles