aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-img2pdf/10-tests-import-print-function.patch
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2019-04-13 07:25:19 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2019-04-14 19:22:15 +0000
commitf2ea3f1606610849a9e8f60324aa3ddf6432003d (patch)
tree94c6ba071fcd8f861dd5384185894db43dc34a29 /community/py-img2pdf/10-tests-import-print-function.patch
parent71d85d9b7d46c2e26394ffa33765537a558d16b8 (diff)
downloadaports-f2ea3f1606610849a9e8f60324aa3ddf6432003d.tar.bz2
aports-f2ea3f1606610849a9e8f60324aa3ddf6432003d.tar.xz
community/py-img2pdf: upgrade to 0.3.3
Diffstat (limited to 'community/py-img2pdf/10-tests-import-print-function.patch')
-rw-r--r--community/py-img2pdf/10-tests-import-print-function.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/py-img2pdf/10-tests-import-print-function.patch b/community/py-img2pdf/10-tests-import-print-function.patch
new file mode 100644
index 0000000000..09e643a8ed
--- /dev/null
+++ b/community/py-img2pdf/10-tests-import-print-function.patch
@@ -0,0 +1,8 @@
+--- a/src/tests/__init__.py
++++ b/src/tests/__init__.py
+@@ -1,3 +1,5 @@
++from __future__ import print_function
++
+ import unittest
+
+ import img2pdf