From: Flole998 Date: Fri, 23 Jul 2021 17:16:48 +0000 (+0200) Subject: Attempt to fix jessie build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1979ea7e4e517fd21f7091547bd1bcb9163d069e;p=thirdparty%2Ftvheadend.git Attempt to fix jessie build --- diff --git a/.doozer.json b/.doozer.json index bd2f0e48e..2a549d560 100644 --- a/.doozer.json +++ b/.doozer.json @@ -268,7 +268,6 @@ "sudo", ], "buildcmd": [ - "sudo wget -O /usr/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py https://raw.githubusercontent.com/urllib3/urllib3/master/src/urllib3/contrib/pyopenssl.py", "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" ] @@ -298,7 +297,6 @@ "sudo", ], "buildcmd": [ - "sudo wget -O /usr/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py https://raw.githubusercontent.com/urllib3/urllib3/master/src/urllib3/contrib/pyopenssl.py", "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" ]