File: 0003-Force-python3.patch

package info (click to toggle)
python-rst2ansi 0.1.5-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 256 kB
  • sloc: python: 779; sh: 16; makefile: 16
file content (18 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Boyuan Yang <byang@debian.org>
Date: Mon, 25 Mar 2024 17:24:38 -0400
Subject: Force python3

---
 bin/rst2ansi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rst2ansi b/bin/rst2ansi
index 435c7ed..8cabfbe 100755
--- a/bin/rst2ansi
+++ b/bin/rst2ansi
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 import sys
 from rst2ansi import rst2ansi