feat: add support for Ubuntu Focal 20.04 (#1168)

Co-authored-by: Valerio Bozzolan <gnu@linux.it>
This commit is contained in:
Kyle Robbertze 2021-11-04 07:55:50 +00:00 committed by GitHub
parent 3d20af5fae
commit 7182390000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 73 additions and 41 deletions

View file

@ -1,14 +1,14 @@
# This file contains a list of package dependencies.
[common]
python3 = buster, bionic
python3-pip = buster, bionic
python3-venv = buster, bionic
python3 = buster, bionic, focal
python3-pip = buster, bionic, focal
python3-venv = buster, bionic, focal
[django]
uwsgi = buster, bionic
uwsgi-plugin-python3 = buster, bionic
uwsgi = buster, bionic, focal
uwsgi-plugin-python3 = buster, bionic, focal
[psycopg2]
# See https://www.psycopg.org/docs/install.html#install-from-source
python3-dev = buster, bionic
libpq-dev = buster, bionic
python3-dev = buster, bionic, focal
libpq-dev = buster, bionic, focal