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