From fbc51b70181d80bc1dc45230495ca896d54f5193 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Thu, 22 Oct 2015 13:38:17 -0700 Subject: Add six as an external dep. --- six.BUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 six.BUILD (limited to 'six.BUILD') diff --git a/six.BUILD b/six.BUILD new file mode 100644 index 00000000..a259232d --- /dev/null +++ b/six.BUILD @@ -0,0 +1,5 @@ +py_library( + name = "six", + srcs = ["six-1.10.0/six.py"], + visibility = ["//visibility:public"], +) -- cgit v1.2.3