]> git.pld-linux.org Git - packages/python-camelot.git/blob - pillow.patch
- PIL has been renamed to pillow, use this for dependency generator
[packages/python-camelot.git] / pillow.patch
1 --- Camelot-09.07.17/setup.py~  2021-03-09 09:18:30.000000000 +0100
2 +++ Camelot-09.07.17/setup.py   2021-03-09 09:20:11.286157695 +0100
3 @@ -23,7 +23,7 @@
4                        'sqlalchemy-migrate>=0.5.3',
5                        'pyExcelerator>=0.6.4a',
6                        'Jinja>=1.2',
7 -                      'PIL>=1.1.6', ],
8 +                      'pillow>=1.1.6', ],
9    entry_points = {'console_scripts':[
10                     'camelot_admin = camelot.bin.camelot_admin:main',
11                     'camelot_manage = camelot.bin.camelot_manage:main',
This page took 0.032896 seconds and 3 git commands to generate.