]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix doozer builds
authorFlole998 <Flole998@users.noreply.github.com>
Tue, 19 May 2020 00:17:41 +0000 (02:17 +0200)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 00:17:41 +0000 (02:17 +0200)
.doozer.json

index 6d495b4400197629b275065bf10bf40737726f59..abee3be0ff15fef3f0828e63e0f762eb6815e12f 100644 (file)
         "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",
       ]
         "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",
       ]