File: 0001-Use-Python-3.patch

package info (click to toggle)
ros-roslisp 1.9.24-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 820 kB
  • sloc: lisp: 5,271; python: 632; xml: 511; sh: 192; makefile: 48
file content (18 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sun, 13 Oct 2019 19:09:45 +0200
Subject: Use Python 3

---
 rosbuild/scripts/genmsg_lisp.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rosbuild/scripts/genmsg_lisp.py b/rosbuild/scripts/genmsg_lisp.py
index a420086..a081ffd 100755
--- a/rosbuild/scripts/genmsg_lisp.py
+++ b/rosbuild/scripts/genmsg_lisp.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # Software License Agreement (BSD License)
 #
 # Copyright (c) 2009, Willow Garage, Inc.