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)
|