From c0079d86ec0f6e92bdaa878ae89c23788e140b64 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Mon, 26 Jun 2023 16:25:04 -0500 Subject: [PATCH 1/2] Modules/_sha3 appears to no longer be necessary --- configure | 2 -- configure.ac | 1 - 2 files changed, 3 deletions(-) diff --git a/configure b/configure index e33bf77779e6e2..4d691ac1b60d27 100755 --- a/configure +++ b/configure @@ -26701,7 +26701,6 @@ SRCDIRS="\ Modules/_hacl \ Modules/_io \ Modules/_multiprocessing \ - Modules/_sha3 \ Modules/_sqlite \ Modules/_sre \ Modules/_testcapi \ @@ -32093,4 +32092,3 @@ Platform \"$host\" with compiler \"$ac_cv_cc_name\" is not supported by the CPython core team, see https://peps.python.org/pep-0011/ for more information. " >&2;} fi - diff --git a/configure.ac b/configure.ac index 8f097c41677598..a1ee78047692fd 100644 --- a/configure.ac +++ b/configure.ac @@ -6643,7 +6643,6 @@ SRCDIRS="\ Modules/_hacl \ Modules/_io \ Modules/_multiprocessing \ - Modules/_sha3 \ Modules/_sqlite \ Modules/_sre \ Modules/_testcapi \ From 64618b33b7838b498246eb3cecb76547ddb126c9 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Mon, 26 Jun 2023 17:06:17 -0500 Subject: [PATCH 2/2] ran make regen-configure --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4d691ac1b60d27..e6fb5e3c2b0c2f 100755 --- a/configure +++ b/configure @@ -32092,3 +32092,4 @@ Platform \"$host\" with compiler \"$ac_cv_cc_name\" is not supported by the CPython core team, see https://peps.python.org/pep-0011/ for more information. " >&2;} fi +