Merge pull request #307098 from r-ryantm/auto-update/cilium-cli
[NixPkgs.git] / pkgs / development / python-modules / mouseinfo / pillow-version.patch
blobb8abb02695f4c82dadc4f0dd1e4f6a5d757a9000
1 diff --git a/setup.py b/setup.py
2 index 894fe78..ac580a6 100644
3 --- a/setup.py
4 +++ b/setup.py
5 @@ -33,14 +33,7 @@ setup(
6 install_requires=['rubicon-objc;platform_system=="Darwin"',
7 'python-Xlib;platform_system=="Linux"',
8 'pyperclip',
9 - 'Pillow >= 6.2.1; python_version == "3.8"',
10 - 'Pillow >= 5.2.0; python_version == "3.7"',
11 - 'Pillow >= 4.0.0; python_version == "3.6"',
12 - 'Pillow >= 3.2.0; python_version == "3.5"',
13 - 'Pillow <= 5.4.1, >= 2.5.0; python_version == "3.4"',
14 - 'Pillow <= 4.3.0, >= 2.0.0; python_version == "3.3"',
15 - 'Pillow <= 3.4.2, >= 2.0.0; python_version == "3.2"',
16 - 'Pillow >= 2.0.0; python_version == "2.7"',
17 + 'Pillow',
19 keywords='',
20 classifiers=[