From 3bb0479039ca8523e7d8b03e81640da084a8096f Mon Sep 17 00:00:00 2001 From: prspkt Date: Sun, 11 Aug 2019 01:28:52 +0300 Subject: community/py-img2pdf: drop python2, clarify license. Signed-off-by: prspkt --- community/py-img2pdf/10-tests-import-print-function.patch | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 community/py-img2pdf/10-tests-import-print-function.patch (limited to 'community/py-img2pdf/10-tests-import-print-function.patch') 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 -- cgit v1.2.3