bazelbuild / rules_pkg

Bazel rules for creating packages of many types (zip, tar, deb, rpm, ...)
Apache License 2.0
216 stars 174 forks source link

WORKSPACE setup gives ancient rules_python #698

Closed alexeagle closed 12 months ago

alexeagle commented 1 year ago

Users following the install instructions may end up running rules_python 0.1.0 due to https://github.com/bazelbuild/rules_pkg/blob/main/pkg/deps.bzl#L36 It depends whether they call rules_pkg_dependencies() earlier during their WORKSPACE setup than some other macro that installs a newer rules_python.

(note, bzlmod users don't have this problem thanks to Minimal Version Selection)