File: 2003_nxdialog-use-python3.patch

package info (click to toggle)
nx-libs 2%3A3.5.99.27-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,548 kB
  • sloc: ansic: 504,490; cpp: 66,774; makefile: 1,436; sh: 625; perl: 501; asm: 419; python: 208
file content (12 lines) | stat: -rw-r--r-- 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: Enforce usage of Python3
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, Debian-specific

--- a/nxdialog/bin/nxdialog
+++ b/nxdialog/bin/nxdialog
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # ^^^ This is working with python2 and python3 so we choose a shebang
 #     that will find either version.