From 2a3f61b528080e9dbbb55bace13fb27632328365 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 14 Apr 2022 15:56:30 -0600 Subject: [PATCH] Move python3-distutils so it works for Debian 10. --- debian/resources/switch/source-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index bb7d88e..fcb5aaa 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -16,7 +16,7 @@ apt install -y pkg-config flac libgdbm-dev libdb-dev gettext sudo equivs mlocat apt install -y liblua5.2-dev libtiff5-dev libperl-dev libcurl4-openssl-dev libsqlite3-dev libpcre3-dev apt install -y devscripts libspeexdsp-dev libspeex-dev libldns-dev libedit-dev libopus-dev libmemcached-dev apt install -y libshout3-dev libmpg123-dev libmp3lame-dev yasm nasm libsndfile1-dev libuv1-dev libvpx-dev -apt install -y libavformat-dev libswscale-dev libvlc-dev +apt install -y libavformat-dev libswscale-dev libvlc-dev python3-distutils #install dependencies that depend on the operating system version if [ ."$os_codename" = ."stretch" ]; then @@ -26,7 +26,7 @@ if [ ."$os_codename" = ."buster" ]; then apt install -y libvpx5 swig3.0 fi if [ ."$os_codename" = ."bullseye" ]; then - apt install -y libvpx6 swig4.0 python3-distutils + apt install -y libvpx6 swig4.0 fi # additional dependencies