Commit b03a50e
committed
Replace pil with Pillow in python package requirements
Debian package python-pil does install Pillow, the alive fork of dead
PIL project. When, however, pil is specified as package dependency in
setup.py, and python-ev3dev is installed with either
`easy_install python-ev3dev` or `python setup.py install`,
an attempt is made to install the actual PIL from PyPI. This fails on my
host system, and I think is not desired behavior anyway.
Also see ev3dev/ev3dev-lang#1131 parent 6132b16 commit b03a50e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
0 commit comments