feat: drop Debian Buster support

Fixes #2036
This commit is contained in:
jo 2022-09-09 20:15:30 +02:00 committed by Kyle Robbertze
parent d29d837d01
commit 5eda6093f4
16 changed files with 37 additions and 72 deletions

View file

@ -1,15 +1,15 @@
# This file contains a list of package dependencies.
[python]
python3 = buster, bullseye, focal
python3-pip = buster, bullseye, focal
gunicorn = buster, bullseye, focal
python3-gunicorn = buster, bullseye, focal
python3-uvicorn = buster, bullseye, focal
python3-httptools = buster, bullseye, focal
python3-uvloop = buster, bullseye, focal
python3 = bullseye, focal
python3-pip = bullseye, focal
gunicorn = bullseye, focal
python3-gunicorn = bullseye, focal
python3-uvicorn = bullseye, focal
python3-httptools = bullseye, focal
python3-uvloop = bullseye, focal
[psycopg2]
# See https://www.psycopg.org/docs/install.html#install-from-source
build-essential = buster, bullseye, focal
python3-dev = buster, bullseye, focal
libpq-dev = buster, bullseye, focal
build-essential = bullseye, focal
python3-dev = bullseye, focal
libpq-dev = bullseye, focal