aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-img2pdf/10-tests-import-print-function.patch
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-08-11 01:28:52 +0300
committerprspkt <prspkt@protonmail.com>2019-08-11 02:08:56 +0300
commit3bb0479039ca8523e7d8b03e81640da084a8096f (patch)
tree0e235a8e5295dd2d468c0ebdce19c4996d820cb7 /community/py-img2pdf/10-tests-import-print-function.patch
parent081ffb64984617f2baa71c303cf00da97d42f7cd (diff)
downloadaports-3bb0479039ca8523e7d8b03e81640da084a8096f.tar.bz2
aports-3bb0479039ca8523e7d8b03e81640da084a8096f.tar.xz
community/py-img2pdf: drop python2, clarify license.
Signed-off-by: prspkt <prspkt@protonmail.com>
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, 0 insertions, 8 deletions
diff --git a/community/py-img2pdf/10-tests-import-print-function.patch b/community/py-img2pdf/10-tests-import-print-function.patch
deleted file mode 100644
index 09e643a8ed..0000000000
--- a/community/py-img2pdf/10-tests-import-print-function.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/src/tests/__init__.py
-+++ b/src/tests/__init__.py
-@@ -1,3 +1,5 @@
-+from __future__ import print_function
-+
- import unittest
-
- import img2pdf