aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/numpy/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/py/numpy/BUILD')
-rw-r--r--third_party/py/numpy/BUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/third_party/py/numpy/BUILD b/third_party/py/numpy/BUILD
index 1d461505a6..be8332572b 100644
--- a/third_party/py/numpy/BUILD
+++ b/third_party/py/numpy/BUILD
@@ -8,11 +8,9 @@ py_library(
srcs_version = "PY2AND3",
)
-cc_library(
+alias(
name = "headers",
- hdrs = glob(["numpy_include/**/*.h"]),
- data = ["//util/python:python_checked"],
- includes = ["numpy_include"],
+ actual = "@local_config_python//:numpy_headers",
)
genrule(