From 9b43b0cf47b87c0a8e95a0740a012f854a013d68 Mon Sep 17 00:00:00 2001 From: Guy Shimko Date: Mon, 20 Jan 2025 21:03:32 +0200 Subject: [PATCH] build: fix python frozen modules generation The problem was due to duplicate modules present both in the base frozen modules and also in the extra modules list file. This commit should allow us to import gdb and pygments again. --- src/compilation/frozen_python_modules.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/compilation/frozen_python_modules.txt b/src/compilation/frozen_python_modules.txt index 8038f15..b3090d0 100644 --- a/src/compilation/frozen_python_modules.txt +++ b/src/compilation/frozen_python_modules.txt @@ -1,4 +1,3 @@ -abc _aix_support antigravity argparse @@ -8,7 +7,6 @@ bdb bisect calendar cmd -codecs codeop code @@ -54,7 +52,6 @@ hmac imaplib inspect -io ipaddress keyword