Add missing dependency for universal-ctags

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
Michael Opdenacker 2020-05-22 18:31:26 +02:00
parent 4781abde05
commit cc3cdfa93c
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ python:
- "3.6"
before_install:
- sudo apt-get -y install libdb-dev python3-pytest
- sudo apt-get -y install libdb-dev python3-pytest libjansson4
- pip install jinja2 pygments bsddb3 falcon
- wget https://bootlin.com/pub/elixir/universal-ctags_0+git20221222-0ubuntu1_amd64.deb
- sudo dpkg -i universal-ctags_0+git20221222-0ubuntu1_amd64.deb

View file

@ -79,7 +79,7 @@ For Debian
____
----
sudo apt install python3 python3-jinja2 python3-pygments python3-bsddb3 python3-falcon python3-pytest universal-ctags perl git apache2 libapache2-mod-wsgi-py3
sudo apt install python3 python3-jinja2 python3-pygments python3-bsddb3 python3-falcon python3-pytest universal-ctags perl git apache2 libapache2-mod-wsgi-py3 libjansson4
----
To enable the REST API, follow the installation instructions on https://github.com/GrahamDumpleton/mod_wsgi[`mod_wsgi`]