glib-networking: bump to version 2.48.1
[buildroot-gz.git] / package / lirc-tools / 0002-tools-make_rel_symlink.py-can-also-use-python2.patch
blob070aab941cdf95f3d02a279ab0c6ba3378442e9e
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
6 The make_rel_symlink.py script is compatible with both python2 and python3.
7 Don't hard code a requirement for python3.
9 Patch status: sent upstream
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(-)
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
24 import os
25 import os.path
26 --
27 2.1.4