Skip to content

Commit

Permalink
BLD: depending on non-existant file in sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed May 9, 2017
1 parent 80abd97 commit b603947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def pxd(name):
'sources': ['pandas/_libs/src/parser/tokenizer.c',
'pandas/_libs/src/parser/io.c']},
'_libs.sparse': {'pyxfile': '_libs/sparse',
'depends': (['pandas/core/sparse/sparse.pyx'] +
'depends': (['pandas/_libs/sparse.pyx'] +
_pxi_dep['sparse'])},
'_libs.testing': {'pyxfile': '_libs/testing',
'depends': ['pandas/_libs/testing.pyx']},
Expand Down

0 comments on commit b603947

Please sign in to comment.