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