aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-06 07:36:23 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-06 07:40:27 -0700
commitb6a8848c176cfccf3f6ef580d72c8632ef21c7a5 (patch)
tree6827629f71cb338822f1a462b8ab726d7802523e /third_party/py
parent0fe0bfcc3cf6930edc096998b1445cead92de8c3 (diff)
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
Diffstat (limited to 'third_party/py')
-rw-r--r--third_party/py/remote.BUILD.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/py/remote.BUILD.tpl b/third_party/py/remote.BUILD.tpl
index 332508ec84..edcac41ec6 100644
--- a/third_party/py/remote.BUILD.tpl
+++ b/third_party/py/remote.BUILD.tpl
@@ -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",
)