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)
commit96bcd1c77dac18f4dc65155c8e194993e1bffe9a
treee3fcd0e67147db83ed03557265447fd90a928803
parent88dcc9d2724939fa9c5468502aaeb64dca1ae2de
parent9855d4089c2a0a84d0a7f75ee9dff54f8c9c6cb3
Merge branch 'fix-pillow-gitlab-ci' into 'master'

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