commit | 9fc87e00dfee904c15a4dc2f8550e88658f2791c | [log] [tgz] |
---|---|---|
author | Philipp Schrader <philipp.schrader@gmail.com> | Sat Mar 10 20:36:39 2018 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sun Aug 05 10:43:00 2018 -0700 |
tree | 33f48ba05073ba0beae917b27c1233c4b8af5ad6 | |
parent | aedfc5c2a53815a956cad3ab6d5051c52f6e3944 [diff] [blame] |
Use pre-packaged Python libraries instead of /usr Change-Id: If27064f17c243ab1b0c98957a013eb86a37b5cb0
diff --git a/third_party/matplotlib-cpp/BUILD b/third_party/matplotlib-cpp/BUILD index 8eb8734..3d3959c 100644 --- a/third_party/matplotlib-cpp/BUILD +++ b/third_party/matplotlib-cpp/BUILD
@@ -6,7 +6,7 @@ "matplotlibcpp.h" ], deps = [ - "@usr_repo//:python2.7_lib", + "@python_repo//:python2.7_lib", ], visibility = ["//visibility:public"], restricted_to = ["//tools:k8"],