@@ -497,7 +497,7 @@ def pxd(name):
497
497
'pyxfile' : '_libs/hashing' },
498
498
'_libs.hashtable' : {
499
499
'pyxfile' : '_libs/hashtable' ,
500
- 'pxdfiles' : ['_libs/hashtable' , '_libs/missing' ],
500
+ 'pxdfiles' : ['_libs/hashtable' , '_libs/missing' , '_libs/khash' ],
501
501
'depends' : (['pandas/_libs/src/klib/khash_python.h' ] +
502
502
_pxi_dep ['hashtable' ])},
503
503
'_libs.index' : {
@@ -554,7 +554,6 @@ def pxd(name):
554
554
'_libs.tslib' : {
555
555
'pyxfile' : '_libs/tslib' ,
556
556
'pxdfiles' : ['_libs/src/util' ,
557
- '_libs/src/khash' ,
558
557
'_libs/tslibs/conversion' ,
559
558
'_libs/tslibs/timedeltas' ,
560
559
'_libs/tslibs/timestamps' ,
@@ -595,12 +594,11 @@ def pxd(name):
595
594
'sources' : np_datetime_sources },
596
595
'_libs.tslibs.parsing' : {
597
596
'pyxfile' : '_libs/tslibs/parsing' ,
598
- 'pxdfiles' : ['_libs/src/util' ,
599
- '_libs/src/khash' ]},
597
+ 'pxdfiles' : ['_libs/src/util' ]},
600
598
'_libs.tslibs.resolution' : {
601
599
'pyxfile' : '_libs/tslibs/resolution' ,
602
600
'pxdfiles' : ['_libs/src/util' ,
603
- '_libs/src/ khash' ,
601
+ '_libs/khash' ,
604
602
'_libs/tslibs/frequencies' ,
605
603
'_libs/tslibs/timezones' ],
606
604
'depends' : tseries_depends ,
0 commit comments