Enabling python configuration to use a remotely generated configuration that is located inside of the org_tensorflow repo (previously it *had* to be a remote repo declared in workspace file).

PiperOrigin-RevId: 158138601
This commit is contained in:
A. Unique TensorFlower 2017-06-06 07:36:23 -07:00 committed by TensorFlower Gardener
parent 0fe0bfcc3c
commit b6a8848c17

View File

@ -4,10 +4,10 @@ package(default_visibility = ["//visibility:public"])
alias(
name = "python_headers",
actual = "@%{REMOTE_PYTHON_REPO}//:python_headers",
actual = "%{REMOTE_PYTHON_REPO}:python_headers",
)
alias(
name = "numpy_headers",
actual = "@%{REMOTE_PYTHON_REPO}//:numpy_headers",
actual = "%{REMOTE_PYTHON_REPO}:numpy_headers",
)