File: python3.patch

package info (click to toggle)
vramsteg 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: python: 872; cpp: 838; sh: 333; makefile: 22
file content (20 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-08-28
Description: Use Python3 in tests

--- a/test/problems
+++ b/test/problems
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 from __future__ import print_function
 import sys
--- a/test/run_all
+++ b/test/run_all
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 from __future__ import print_function