@@ -61,12 +61,12 @@ subdir('tslibs')
61
61
libs_sources = {
62
62
# Dict of extension name -> dict of {sources, include_dirs, and deps}
63
63
# numpy include dir is implicitly included
64
- ' algos' : {' sources' : [' algos.pyx' , _algos_common_helper, _algos_take_helper, _khash_primitive_helper] },
64
+ ' algos' : {' sources' : [' algos.pyx' , _algos_common_helper, _algos_take_helper], ' deps ' : _khash_primitive_helper_dep },
65
65
' arrays' : {' sources' : [' arrays.pyx' ]},
66
66
' groupby' : {' sources' : [' groupby.pyx' ]},
67
67
' hashing' : {' sources' : [' hashing.pyx' ]},
68
- ' hashtable' : {' sources' : [' hashtable.pyx' , _khash_primitive_helper, _hashtable_class_helper, _hashtable_func_helper]},
69
- ' index' : {' sources' : [' index.pyx' , _index_class_helper]},
68
+ ' hashtable' : {' sources' : [' hashtable.pyx' , _hashtable_class_helper, _hashtable_func_helper], ' deps ' : _khash_primitive_helper_dep },
69
+ ' index' : {' sources' : [' index.pyx' , _index_class_helper], ' deps ' : _khash_primitive_helper_dep },
70
70
' indexing' : {' sources' : [' indexing.pyx' ]},
71
71
' internals' : {' sources' : [' internals.pyx' ]},
72
72
' interval' : {' sources' : [' interval.pyx' , _intervaltree_helper],
0 commit comments