File: 0001-Update-patch-use-Python3.patch

package info (click to toggle)
pdfminer 20221105%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,580 kB
  • sloc: python: 19,610; xml: 360; makefile: 69; sh: 27
file content (21 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Emmanuel Arias <eamanu@yaerobi.com>
Date: Sat, 8 Aug 2020 20:33:41 -0300
Subject: Update patch: use Python3

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a25670f..fafeca8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 ##  Makefile (for maintenance purpose)
 ##
 
-PYTHON=python
+PYTHON=python3
 RM=rm -f
 CP=cp -f
 MKDIR=mkdir