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 / lirc-tools / 0002-tools-make_rel_symlink.py-can-also-use-python2.patch
1 From c861eae83bae3116d330efb3c6061e2de4fdcbce Mon Sep 17 00:00:00 2001
2 From: Baruch Siach <baruch@tkos.co.il>
3 Date: Sun, 5 Apr 2015 22:26:12 +0300
4 Subject: [PATCH] tools: make_rel_symlink.py can also use python2
5
6 The make_rel_symlink.py script is compatible with both python2 and python3.
7 Don't hard code a requirement for python3.
8
9 Patch status: sent upstream
10
11 Signed-off-by: Baruch Siach <baruch@tkos.co.il>
12 ---
13  tools/make_rel_symlink.py | 2 +-
14  1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/tools/make_rel_symlink.py b/tools/make_rel_symlink.py
17 index 896637ff93e0..ff0403a0397a 100755
18 --- a/tools/make_rel_symlink.py
19 +++ b/tools/make_rel_symlink.py
20 @@ -1,4 +1,4 @@
21 -#!/usr/bin/env python3
22 +#!/usr/bin/env python
23  
24  import os
25  import os.path
26 -- 
27 2.1.4
28