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.
This commit is contained in:
Guy Shimko 2025-01-20 21:03:32 +02:00
parent 1d6af45cac
commit 9b43b0cf47

View File

@ -1,4 +1,3 @@
abc
_aix_support
antigravity
argparse
@ -8,7 +7,6 @@ bdb
bisect
calendar
cmd
codecs
codeop
code
<collections.**.*>
@ -54,7 +52,6 @@ hmac
imaplib
<importlib.**.*>
inspect
io
ipaddress
<json.**.*>
keyword