1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

install build dependencies for Pillow

When Pillow is installed with pip, it needs to compile the C code
against a few libraries, like libjpeg.  This also adds python-git
as a dep.
This commit is contained in:
Hans-Christoph Steiner 2015-09-01 23:48:28 +02:00
parent 88dcc9d272
commit 9855d4089c

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