From 7ea468a9a65e457b0421a0fc48b10a55db09c547 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 11 Apr 2023 08:47:46 +0200 Subject: [PATCH] Update build-all.py --- nix/build-all.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/build-all.py b/nix/build-all.py index 0e65471279..e83955ca15 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -59,6 +59,10 @@ import multiprocessing import platform import sysconfig +# @todo temporary for expired mpfr.org certificate on 2023-04-08 +import ssl +ssl._create_default_https_context = ssl._create_unverified_context + from urllib.request import urlretrieve