summaryrefslogtreecommitdiff
path: root/pkg/python/modules.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/python/modules.lua')
-rw-r--r--pkg/python/modules.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/python/modules.lua b/pkg/python/modules.lua
index 93b978ba..3bb65721 100644
--- a/pkg/python/modules.lua
+++ b/pkg/python/modules.lua
@@ -27,7 +27,8 @@ return {
'_io/stringio.c',
},
faulthandler={'faulthandler.c'},
- _tracemalloc={'_tracemalloc.c', 'hashtable.c'},
+ _tracemalloc={'_tracemalloc.c'},
+ _peg_parser={'_peg_parser.c'},
--_symtable={'symtablemodule.c'},
--xxsubtype={'xxsubtype.c'},
@@ -38,6 +39,7 @@ return {
cmath={'cmathmodule.c', '_math.c'},
-- time defined above
_datetime={'_datetimemodule.c'},
+ _zoneinfo={'_zoneinfo.c'},
_random={'_randommodule.c'},
_bisect={'_bisectmodule.c'},
_heapq={'_heapqmodule.c'},