Move icecast from project to pypo packages
This commit is contained in:
parent
5b5505d42a
commit
60c5c5fbb2
|
@ -1,6 +1,5 @@
|
||||||
# This file contains a list of package dependencies.
|
# This file contains a list of package dependencies.
|
||||||
[common]
|
[common]
|
||||||
icecast2 = buster, bionic
|
|
||||||
postgresql = buster, bionic
|
postgresql = buster, bionic
|
||||||
postgresql-client = buster, bionic
|
postgresql-client = buster, bionic
|
||||||
rabbitmq-server = buster, bionic
|
rabbitmq-server = buster, bionic
|
||||||
|
|
|
@ -4,6 +4,9 @@ python3 = buster, bionic
|
||||||
python3-pip = buster, bionic
|
python3-pip = buster, bionic
|
||||||
python3-virtualenv = buster, bionic
|
python3-virtualenv = buster, bionic
|
||||||
|
|
||||||
|
[icecast]
|
||||||
|
icecast2 = buster, bionic
|
||||||
|
|
||||||
[liquidsoap]
|
[liquidsoap]
|
||||||
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
||||||
liquidsoap-plugin-alsa = bionic
|
liquidsoap-plugin-alsa = bionic
|
||||||
|
|
Loading…
Reference in New Issue