2021-08-17 18:48:25 +02:00
|
|
|
# This file contains a list of package dependencies.
|
2022-01-13 06:12:50 +01:00
|
|
|
[python]
|
2022-09-09 20:15:30 +02:00
|
|
|
python3 = bullseye, bookworm, focal, jammy
|
|
|
|
python3-pip = bullseye, bookworm, focal, jammy
|
2022-09-07 23:17:46 +02:00
|
|
|
python3-lxml = bullseye, bookworm, focal, jammy
|
2021-08-17 18:48:25 +02:00
|
|
|
|
|
|
|
[liquidsoap]
|
|
|
|
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
2022-09-09 20:15:30 +02:00
|
|
|
liquidsoap = bullseye, bookworm, focal, jammy
|
2021-08-17 18:48:25 +02:00
|
|
|
|
2021-08-17 18:53:38 +02:00
|
|
|
[recorder]
|
2022-09-09 20:15:30 +02:00
|
|
|
ecasound = bullseye, bookworm, focal, jammy
|
2021-08-17 18:53:38 +02:00
|
|
|
|
2021-08-17 18:48:25 +02:00
|
|
|
[misc]
|
|
|
|
# Used by pypofetch to check if a file is open.
|
|
|
|
# TODO: consider using a python library
|
2022-09-09 20:15:30 +02:00
|
|
|
lsof = bullseye, bookworm, focal, jammy
|