Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c22f2a2

Browse files
meeseeksmachinelithomas1
andauthoredSep 2, 2023
Backport PR #54958 on branch 2.1.x (BLD: Fix race condition) (#54965)
Backport PR #54958: BLD: Fix race condition Co-authored-by: Thomas Li <[email protected]>
1 parent 44285e1 commit c22f2a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pandas/_libs/meson.build

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.