google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
567 stars 69 forks source link

Load Python rules from bazelbuild/rules_python #115

Closed brandjon closed 5 years ago

brandjon commented 5 years ago

This migrates subpar for bazelbuild/bazel#9006. Note that it adds a dependency on bazelbuild/rules_python, which means that these two repositories now have a dependency cycle.

WORKSPACE and BUILD files in tests are also updated for the same.

brandjon commented 5 years ago

I'll force-merge to bypass the fact that reviewer doesn't have write access in this repo.