summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-05-05 06:30:31 +0000
committerwiz <wiz@pkgsrc.org>2016-05-05 06:30:31 +0000
commit3aa864251fb275a6cc13322a9e3bd750ae978ed0 (patch)
treea510703d828228a9bddd13a43a92386a7bde7200 /www
parentcef779682196bc407edb0463d5216eee400e6e33 (diff)
downloadpkgsrc-3aa864251fb275a6cc13322a9e3bd750ae978ed0.tar.gz
Remove patch that's not in distinfo.
Diffstat (limited to 'www')
-rw-r--r--www/py-django-easy-thumbnails/patches/patch-easy_thumbnails_tests_mockoptim_fail.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/py-django-easy-thumbnails/patches/patch-easy_thumbnails_tests_mockoptim_fail.py b/www/py-django-easy-thumbnails/patches/patch-easy_thumbnails_tests_mockoptim_fail.py
deleted file mode 100644
index 882370e4871..00000000000
--- a/www/py-django-easy-thumbnails/patches/patch-easy_thumbnails_tests_mockoptim_fail.py
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-easy_thumbnails_tests_mockoptim_fail.py,v 1.1 2014/04/12 10:10:28 adam Exp $
-
-Python 3.x compatibility.
-
---- easy_thumbnails/tests/mockoptim_fail.py.orig 2014-04-12 09:51:02.000000000 +0000
-+++ easy_thumbnails/tests/mockoptim_fail.py
-@@ -2,5 +2,5 @@
- import sys
- # This file does nothing except to mock a optimizer which does not work
-
--print 'Bad JPEG file'
-+print('Bad JPEG file')
- sys.exit(1)