chiark / gitweb /
Merge branch 'fix-pillow-gitlab-ci' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 1 Sep 2015 22:02:54 +0000 (22:02 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 1 Sep 2015 22:02:54 +0000 (22:02 +0000)
install build dependencies for Pillow

When Pillow is installed with pip, it needs to compile the C code against a few libraries, like libjpeg.  Pillow is included in Debian/Ubuntu as 'python-imaging', so just install the build
dependencies of that, and it should all be golden.

See merge request !71


Trivial merge