Commit c997258a authored by Jelmer Vernooij's avatar Jelmer Vernooij Committed by Holger Levsen
Browse files

Add dependencies on rustc and cargo.



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 5749c014
...@@ -410,6 +410,7 @@ if [ -f /etc/debian_version ] ; then ...@@ -410,6 +410,7 @@ if [ -f /etc/debian_version ] ; then
case $HOSTNAME in case $HOSTNAME in
# TODO(jelmer): Add python3-tr once it hits backports # TODO(jelmer): Add python3-tr once it hits backports
osuosl167*) DEBS="$DEBS osuosl167*) DEBS="$DEBS
cargo
cython3 cython3
devscripts devscripts
python3-aiohttp python3-aiohttp
...@@ -447,6 +448,7 @@ if [ -f /etc/debian_version ] ; then ...@@ -447,6 +448,7 @@ if [ -f /etc/debian_version ] ; then
python3-tomlkit python3-tomlkit
python3-urllib3 python3-urllib3
python3-yaml python3-yaml
rustc
sbuild sbuild
gnome-pkg-tools gnome-pkg-tools
postgresql-server-dev-all postgresql-server-dev-all
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment