From f81621b61f08c605f640438039fdd58d1a455f9d Mon Sep 17 00:00:00 2001 From: Cory Quammen Date: Thu, 10 Jul 2025 09:53:54 -0400 Subject: [PATCH] python3.functions.cmake: add zoneinfo module --- projects/python3.functions.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/python3.functions.cmake b/projects/python3.functions.cmake index 8161bcf74..0051e5d9e 100644 --- a/projects/python3.functions.cmake +++ b/projects/python3.functions.cmake @@ -227,6 +227,7 @@ function (superbuild_install_superbuild_python3) xmlrpc zipapp zipfile + zoneinfo ) if (openssl_enabled) -- GitLab