File: python314.patch

package info (click to toggle)
ytcc 2.6.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: python: 2,875; sh: 232; makefile: 19
file content (15 lines) | stat: -rw-r--r-- 570 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Backport upstream fix for Python 3.14
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1123369
Origin: backport, https://github.com/woefe/ytcc/commit/192d324fe0b014be0b614a13c17a1663fe9c564e

--- ytcc-2.6.1.orig/ytcc/cli.py
+++ ytcc-2.6.1/ytcc/cli.py
@@ -716,7 +716,6 @@ def bug_report():
     print()
     print("---SQLite version---")
     print("SQLite system library version:", sqlite3.sqlite_version)
-    print("Python module version:", sqlite3.version)
     print()
     print("---python version---")
     print(sys.version)