From b6cfecdd5f0ebb64eff423f33227a96d78c77acf Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 11 Apr 2020 10:24:55 -0500 Subject: mcomix-1.3.0.dev0-2.parabola1: updating version --- libre/mcomix/486f02.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libre/mcomix/486f02.patch (limited to 'libre/mcomix/486f02.patch') diff --git a/libre/mcomix/486f02.patch b/libre/mcomix/486f02.patch deleted file mode 100644 index 055884047..000000000 --- a/libre/mcomix/486f02.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/mcomix/run.py -+++ b/mcomix/run.py -@@ -203,7 +203,11 @@ - - try: - import PIL.Image -- assert PIL.Image.VERSION >= '1.1.5' -+ try: -+ assert PIL.Image.VERSION >= '1.1.5' -+ except AttributeError: -+ # Field VERSION deprecated in Pillow 5.2.0 and dropped in 6.0.0 -+ assert PIL.__version__ >= '5.2.0' - - except AssertionError: - log.error( _("You don't have the required version of the Python Imaging"), end=' ') -- cgit v1.2.3