From a0591698ca1ed1bcccd0d00546532248a8acbe03 Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Thu, 22 Aug 2019 16:52:10 +0000 Subject: [PATCH] Updat my fork of rules_python to fix TensorFlow. [Exported from 4ac2de1bba47d33f19e8bb8c6e92a8557300253e] --- WORKSPACE | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 21258796..a16dedbe 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -301,11 +301,13 @@ http_archive( # Python requirements. +# I use my own fork rather than the official upstream as a I have a collection +# of workarounds that I must maintain. http_archive( name = "rules_python", sha256 = "edfe76ac7ff3a365408c5ec17b713f76ae8f584572dfe5f91069331290003c01", - strip_prefix = "rules_python-944be4608911c91161a89f40c1f26182f892a9d0", - urls = ["https://github.com/ChrisCummins/rules_python/archive/944be4608911c91161a89f40c1f26182f892a9d0.tar.gz"], + strip_prefix = "rules_python-01f56e54267d047bde75499371a17b412354adcb", + urls = ["https://github.com/ChrisCummins/rules_python/archive/01f56e54267d047bde75499371a17b412354adcb.tar.gz"], ) load(