Skip to content

Commit

Permalink
setup.py fixup, closes pandas-dev#19467
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Jan 31, 2018
1 parent d37d867 commit cffb327
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def get_tag(self):
cmdclass['build_src'] = DummyBuildSrc
cmdclass['build_ext'] = CheckingBuildExt

lib_depends = ['reduce', 'inference']
lib_depends = ['inference']


def srcpath(name=None, suffix='.pyx', subdir='src'):
Expand Down Expand Up @@ -508,11 +508,12 @@ def pxd(name):
'sources': ['pandas/_libs/src/parser/tokenizer.c',
'pandas/_libs/src/parser/io.c']},
'_libs.reduction': {
'pyxfile': '_libs/reduction'},
'pyxfile': '_libs/reduction',
'pxdfiles': ['_libs/src/util']},
'_libs.tslibs.period': {
'pyxfile': '_libs/tslibs/period',
'pxdfiles': ['_libs/src/util',
'_libs/lib',
'_libs/missing',
'_libs/tslibs/timedeltas',
'_libs/tslibs/timezones',
'_libs/tslibs/nattype'],
Expand Down

0 comments on commit cffb327

Please sign in to comment.