Skip to content

Commit

Permalink
use released bazel-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Oct 19, 2023
1 parent a80308d commit 3e3038f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions oci_python_image/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
"Bazel dependencies"

bazel_dep(name = "aspect_bazel_lib", version = "2.0.0-rc0")
bazel_dep(name = "aspect_bazel_lib", version = "2.0.0-rc1")
bazel_dep(name = "container_structure_test", version = "1.15.0")
bazel_dep(name = "aspect_rules_py", version = "0.4.0")
bazel_dep(name = "rules_python", version = "0.21.0")
bazel_dep(name = "rules_oci", version = "1.3.1")
bazel_dep(name = "platforms", version = "0.0.7")

git_override(
module_name = "aspect_bazel_lib",
remote = "https://github.com/aspect-build/bazel-lib.git",
commit = "553bdfcc35602e1e4e09ddccd94203c025311e63"
)

python = use_extension("@rules_python//python:extensions.bzl", "python")
python.toolchain(
name = "python3_9",
Expand Down

0 comments on commit 3e3038f

Please sign in to comment.