Skip to content

Commit 03c4282

Browse files
committed
getting-started: Add missing system dependencies for tests
Without this dependency, the pifpaf tests won't execute. They will fail with a cryptic error. That cryptic error message is currently fixed by pifpaf's author. It's pending in a PR and should soon land. Related P341 Related jd/pifpaf#108 Related jd/pifpaf#119
1 parent 4a6bb9e commit 03c4282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting-started.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ package manager. On Debian/Ubuntu-based distributions::
5454
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
5555
sudo apt update
5656
sudo apt install python3 python3-venv libsvn-dev postgresql-10 nodejs \
57-
libsystemd-dev libpython3-dev dia postgresql-autodoc
57+
libsystemd-dev libpython3-dev dia postgresql-autodoc \
58+
postgresql-server-dev-all
5859

5960
Postgres
6061
~~~~~~~~

0 commit comments

Comments
 (0)