Use pre-packaged Python libraries instead of /usr
Change-Id: If27064f17c243ab1b0c98957a013eb86a37b5cb0
diff --git a/WORKSPACE b/WORKSPACE
index 42bf4e9..e250a5c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -7,6 +7,13 @@
generate_repositories_for_debs(python_debs)
generate_repositories_for_debs(clang_debs)
+new_http_archive(
+ name = 'python_repo',
+ build_file = 'debian/python.BUILD',
+ sha256 = '21214b6386273698b6aa1b64bccf1bc8c5ef4ef44563871bac5cd85383575af5',
+ url = 'http://frc971.org/Build-Dependencies/python.tar.gz',
+)
+
new_local_repository(
name = 'usr_repo',
path = '/usr',