Package: python-mongoengine / 0.21.0-1

0001-Loosen-version-control-on-python3-pil.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: HÃ¥vard Flaget Aasen <haavard_aasen@yahoo.no>
Date: Wed, 29 Jan 2020 17:53:23 +0100
Subject: Loosen version control on python3-pil

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 393de9c..7527d68 100644
--- a/setup.py
+++ b/setup.py
@@ -115,7 +115,7 @@ extra_opts = {
         "pytest-cov",
         "coverage<5.0",  # recent coverage switched to sqlite format for the .coverage file which isn't handled properly by coveralls
         "blinker",
-        "Pillow>=2.0.0, <7.0.0",  # 7.0.0 dropped Python2 support
+        "Pillow>=2.0.0",  # 7.0.0 dropped Python2 support
     ],
 }