It looks like any libraries installed to my system python's site-packages are available to bazel, whether or not they are expressed as a dependency to bazel. This seems like an issue from a reproducible build standpoint. I.e.: it'd be easy to forget to include an external library in bazel, and create implicit dependencies for others using your BUILD files or for any par files or similar archives you build.