weblate/ci/apt-install
Michal Čihař 75bb8c75de Docs: Use mocking instead of installing all deps
* We really do not need them
* Installing on readthedocs.org is not possible.
* This reverts commit c2159a177c.
* This reverts commit 6cd3c6e796.
* This reverts commit 1cd7848dc4.
2020-11-23 11:08:57 +01:00

34 lines
569 B
Bash
Executable file
Vendored

#!/bin/sh
set -e -x
# Update package lists
apt-get update
# Install dependencies
apt-get install -y \
gir1.2-pango-1.0 \
gettext \
git \
git-svn \
gnupg \
subversion \
postgresql-client \
pkg-config \
python3-dev \
libxml2-dev \
libacl1-dev \
libxmlsec1-dev \
libleptonica-dev \
libtesseract-dev \
libsasl2-dev \
libldap2-dev \
libssl-dev \
libffi-dev \
libenchant1c2a \
libgirepository1.0-dev \
libcairo-dev \
liblz4-dev \
gir1.2-pango-1.0 \
cython \
tesseract-ocr