From: Jaroslav Kysela Date: Mon, 8 Oct 2018 11:56:41 +0000 (+0200) Subject: doozer: fix the jessie builds (update urllib3/contrib/pyopenssl.py) X-Git-Tag: v4.2.7~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faea71042858cbfac445582f6ebf56fea3fa7a20;p=thirdparty%2Ftvheadend.git doozer: fix the jessie builds (update urllib3/contrib/pyopenssl.py) --- diff --git a/.doozer.json b/.doozer.json index e98e0ede3..35a6f35fd 100644 --- a/.doozer.json +++ b/.doozer.json @@ -128,6 +128,7 @@ "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" ] @@ -156,6 +157,7 @@ "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" ]