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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6226fa47a4555fbee35653b90467642319629cf6;p=thirdparty%2Ftvheadend.git doozer: fix the jessie builds (update urllib3/contrib/pyopenssl.py) --- diff --git a/.doozer.json b/.doozer.json index dca3319bc..418898c3a 100644 --- a/.doozer.json +++ b/.doozer.json @@ -133,6 +133,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" ] @@ -162,6 +163,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" ]