From 4a884d379fe4a27c3680f0c7c8684f88e5736d56 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 25 Aug 2022 18:04:37 +1000 Subject: [PATCH] Fix build failing on macOS I suspect the PyQt maintainer uploaded a new wheel and yanked the old one, which made pip fall back on a source install which failed. If that's the case, he really should have used a new version number, as this makes building/bisecting older releases more cumbersome. --- python/pyqt/6/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyqt/6/requirements.txt b/python/pyqt/6/requirements.txt index 00e88ef72..8d4021591 100644 --- a/python/pyqt/6/requirements.txt +++ b/python/pyqt/6/requirements.txt @@ -18,8 +18,8 @@ pyqt6-sip==13.4.0 \ --hash=sha256:2694ae67811cefb6ea3ee0e9995755b45e4952f4dcadec8c04300fd828f91c75 \ --hash=sha256:3486914137f5336cff6e10a5e9d52c1e60ff883473938b45f267f794daeacb2f \ --hash=sha256:3ac7e0800180202dcc0c7035ff88c2a6f4a0f5acb20c4a19f71d807d0f7857b7 \ + --hash=sha256:3de18c4a32f717a351d560a39f528af24077f5135aacfa8890a2f2d79f0633da \ --hash=sha256:6d87a3ee5872d7511b76957d68a32109352caf3b7a42a01d9ee20032b350d979 \ - --hash=sha256:7b9bbb5fb880440a3a8e7fa3dff70473aa1128aaf7dc9fb6e30512eed4fd38f6 \ --hash=sha256:802b0cfed19900183220c46895c2635f0dd062f2d275a25506423f911ef74db4 \ --hash=sha256:83b446d247a92d119d507dbc94fc1f47389d8118a5b6232a2859951157319a30 \ --hash=sha256:9c5231536e6153071b22175e46e368045fd08d772a90d772a0977d1166c7822c \