From: Flole998 Date: Tue, 19 May 2020 00:17:41 +0000 (+0200) Subject: Fix doozer builds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b293369b475315fce38ffd2caa5e5435a1edc6bd;p=thirdparty%2Ftvheadend.git Fix doozer builds --- diff --git a/.doozer.json b/.doozer.json index 6d495b440..abee3be0f 100644 --- a/.doozer.json +++ b/.doozer.json @@ -239,7 +239,7 @@ "ccache" ], "buildcmd": [ - "pip3 install requests", + "sudo pip3 install requests", "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt", ] @@ -260,14 +260,12 @@ "git-core", "liburiparser-dev", "libpcre2-dev", - "libdvbcsa-dev", "python3", "python3-pip", "debhelper", - "ccache" ], "buildcmd": [ - "pip3 install requests", + "sudo pip3 install requests", "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt", ]