aports/community/jbig2enc/20-shebang.patch
Holger Jaekel 942c0b3f89 community/jbig2enc: fix pdf.py
add patch to convert Python 2 code to Python 3
add patch to use Python 3 interpreter
add Python 3 to depends
2022-02-14 22:01:32 +00:00

13 lines
249 B
Diff

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: fixes shebang for Python
----
--- a/pdf.py
+++ b/pdf.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# Copyright 2006 Google Inc.
# Author: agl@imperialviolet.org (Adam Langley)
#