Skip to content

Commit a2608fd

Browse files
committed
Add missing dependencies for: _khash_primitive_helper
Signed-off-by: Ville Aikas <[email protected]>
1 parent 0cdb37c commit a2608fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ libs_sources = {
6262
# Dict of extension name -> dict of {sources, include_dirs, and deps}
6363
# numpy include dir is implicitly included
6464
'algos': {'sources': ['algos.pyx', _algos_common_helper, _algos_take_helper, _khash_primitive_helper]},
65-
'arrays': {'sources': ['arrays.pyx']},
65+
'arrays': {'sources': ['arrays.pyx', _khash_primitive_helper]},
6666
'groupby': {'sources': ['groupby.pyx']},
6767
'hashing': {'sources': ['hashing.pyx']},
6868
'hashtable': {'sources': ['hashtable.pyx', _khash_primitive_helper, _hashtable_class_helper, _hashtable_func_helper]},
69-
'index': {'sources': ['index.pyx', _index_class_helper]},
69+
'index': {'sources': ['index.pyx', _index_class_helper, _khash_primitive_helper]},
7070
'indexing': {'sources': ['indexing.pyx']},
7171
'internals': {'sources': ['internals.pyx']},
7272
'interval': {'sources': ['interval.pyx', _intervaltree_helper],

0 commit comments

Comments
 (0)