TriggerMail / rules_pyz

Bazel Python rules that package everything in an executable zip
Apache License 2.0
29 stars 19 forks source link

rules_python_zip.bzl: Do not use deprecated depset union #19

Closed evanj closed 6 years ago

evanj commented 6 years ago

Replace by calling depset() directly. See: https://github.com/bazelbuild/bazel/blob/master/site/docs/skylark/backward-compatibility.md#depset-union

Enable all incompatible flags to catch future incompatible changes early.