mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-22 22:21:19 +02:00
add patch to convert Python 2 code to Python 3 add patch to use Python 3 interpreter add Python 3 to depends
13 lines
249 B
Diff
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)
|
|
#
|