From b6a8848c176cfccf3f6ef580d72c8632ef21c7a5 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 6 Jun 2017 07:36:23 -0700 Subject: 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 --- third_party/py/remote.BUILD.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/py') 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", ) -- cgit v1.2.3