summarylogtreecommitdiffstats
path: root/setup.py.patch
blob: 127c0febb8d8d52efbc100d0e4f89a3911f7049b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --unified --recursive --text ./package.orig/gscreenshot-2.10.1/setup.py ./package.new/gscreenshot-2.10.1/setup.py
--- ./setup.py	2019-06-19 19:16:45.618375805 -0300
+++ ./setup.py	2019-06-19 19:14:19.723356083 -0300
@@ -5,7 +5,7 @@
 import os
 
 install_requires = [
-    'pillow',
+    'pillow-simd',
     ]
 
 test_requires = [