• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/lirc-tools/0002-tools-make_rel_symlink.py-can-also-use-python2.patch
Baruch SiachBaruch Siach committed 70c9c8edbe606 Apr 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.