Skip to content

Commit 825ef45

Browse files
committed
BLD: don't build cppsandbox ext for now b/c setupegg.py doesn't like it
1 parent b7e1f77 commit 825ef45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
314314
extensions = [tseries_ext, engines_ext, sparse_ext]
315315

316316
if not ISRELEASED:
317-
extensions.extend([sandbox_ext, cppsandbox_ext])
317+
extensions.extend([sandbox_ext])
318318

319319
# if _have_setuptools:
320320
# setuptools_args["test_suite"] = "nose.collector"

0 commit comments

Comments
 (0)