aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py/remote.BUILD.tpl
blob: 332508ec84c1d1f79f28382deb98a2344e4d95d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
licenses(["restricted"])

package(default_visibility = ["//visibility:public"])

alias(
    name = "python_headers",
    actual = "@%{REMOTE_PYTHON_REPO}//:python_headers",
)

alias(
    name = "numpy_headers",
    actual = "@%{REMOTE_PYTHON_REPO}//:numpy_headers",
)