From 0709d92f78cc6e78ba79da9a25627db87059b31d Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Thu, 25 Oct 2018 08:37:38 -0700 Subject: BLD: Add missing npy_import.h to common_deps Without this, the build will not rerun due to changes in this file --- numpy/core/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy') diff --git a/numpy/core/setup.py b/numpy/core/setup.py index 7ff7bd254..a4429cee2 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -733,6 +733,7 @@ def configuration(parent_package='',top_path=None): join('src', 'common', 'npy_config.h'), join('src', 'common', 'npy_ctypes.h'), join('src', 'common', 'npy_extint128.h'), + join('src', 'common', 'npy_import.h'), join('src', 'common', 'npy_longdouble.h'), join('src', 'common', 'templ_common.h.src'), join('src', 'common', 'ucsnarrow.h'), -- cgit v1.2.1