1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 23:23:27 +02:00

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
This commit is contained in:
Daniel Martí 2015-09-01 22:02:54 +00:00
commit 96bcd1c77d

View File

@ -2,10 +2,11 @@ before_script:
- apt-get -q update -y
- echo " == Installing required packages"
- apt-get -q install -y wget tar lib32stdc++6 lib32z1
python python-virtualenv pyflakes pep8 dash bash ruby
python-imaging python-libcloud python-logilab-astng python-magic
libjpeg-dev python-dev zlib1g-dev
python pyflakes pylint pep8 dash bash ruby
python-git python-imaging python-libcloud python-logilab-astng python-magic
python-paramiko python-pip python-pyasn1 python-pyasn1-modules
python-requests python-yaml
python-requests python-virtualenv python-yaml
rsync
- echo " == Installing OpenJDK 7"
- apt-get -q install -y openjdk-7-jdk