libpq-dev is required for psycopg2 in production

This is a package for the API.
This commit is contained in:
jo 2021-08-17 19:28:14 +02:00
parent 62938c3a83
commit 01141606fd
2 changed files with 5 additions and 1 deletions

View File

@ -7,3 +7,8 @@ python3-virtualenv = buster, bionic
[django]
uwsgi = buster, bionic
uwsgi-plugin-python3 = buster, bionic
[psycopg2]
# See https://www.psycopg.org/docs/install.html#install-from-source
python3-dev = buster, bionic
libpq-dev = buster, bionic

View File

@ -43,7 +43,6 @@ coreutils = buster, bionic
flac = buster, bionic
lame = buster, bionic # Maybe liquidsoap-plugin-lame, but it uses a library not the lame binary
libffi-dev = bionic
libpq-dev = buster, bionic # WHY ? header files for libpq5 (PostgreSQL library)
libssl-dev = bionic
mpg123 = buster, bionic
pwgen = buster, bionic