File: 0004-Switch-genmsg_check_deps.py-to-Python-3.patch

package info (click to toggle)
ros-genmsg 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,004 kB
  • sloc: python: 1,940; makefile: 110; xml: 30
file content (18 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (4)
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 17:20:47 +0200
Subject: Switch genmsg_check_deps.py to Python 3

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

diff --git a/scripts/genmsg_check_deps.py b/scripts/genmsg_check_deps.py
index 2f295a8..ac01a73 100755
--- a/scripts/genmsg_check_deps.py
+++ b/scripts/genmsg_check_deps.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Software License Agreement (BSD License)
 #