File: 0001_use_python3.patch

package info (click to toggle)
rednotebook 2.41%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,980 kB
  • sloc: python: 9,818; javascript: 4,103; xml: 128; sh: 58; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Use python3 not python.
 Use python3 not python. Python 2 is deprecated and we do not have a 'python' 
 command by default.

Author: Phil Wyett <philip.wyett@kathenas.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2025-02-24

--- rednotebook-2.37+ds.orig/rednotebook/external/txt2tags.py
+++ rednotebook-2.37+ds/rednotebook/external/txt2tags.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # txt2tags - generic text conversion tool
 # https://txt2tags.org/
 # https://github.com/jendrikseipp/txt2tags