Skip to content

Commit 51135ce

Browse files
authored
BLD: Fix race condition (#54958)
1 parent 53243e8 commit 51135ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/_libs/meson.build

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ libs_sources = {
6969
'index': {'sources': ['index.pyx', _index_class_helper]},
7070
'indexing': {'sources': ['indexing.pyx']},
7171
'internals': {'sources': ['internals.pyx']},
72-
'interval': {'sources': ['interval.pyx', _intervaltree_helper]},
72+
'interval': {'sources': ['interval.pyx', _intervaltree_helper],
73+
'deps': _khash_primitive_helper_dep},
7374
'join': {'sources': ['join.pyx', _khash_primitive_helper],
7475
'deps': _khash_primitive_helper_dep},
7576
'lib': {'sources': ['lib.pyx', 'src/parser/tokenizer.c']},

0 commit comments

Comments
 (0)