File: 0002-use-python3.patch

package info (click to toggle)
qlcplus 4.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 58,364 kB
  • sloc: cpp: 182,424; javascript: 7,665; xml: 2,422; ansic: 2,120; sh: 1,671; python: 634; ruby: 606; makefile: 23
file content (19 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Jerome Lebleu <jerome@maroufle.fr>
Date: Thu, 25 May 2023 17:25:43 +0200
Subject: use python3
Forwarded: not-needed

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

diff --git a/resources/fixtures/scripts/fixtures-tool.py b/resources/fixtures/scripts/fixtures-tool.py
index 06bad32..6fb348f 100755
--- a/resources/fixtures/scripts/fixtures-tool.py
+++ b/resources/fixtures/scripts/fixtures-tool.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # requires Python LXML (sudo apt-get install python-lxml)
 #