From b293369b475315fce38ffd2caa5e5435a1edc6bd Mon Sep 17 00:00:00 2001 From: Flole998 Date: Tue, 19 May 2020 02:17:41 +0200 Subject: [PATCH] Fix doozer builds --- .doozer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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", ] -- 2.47.2