Skip to content

Commit 0a2db97

Browse files
committed
Revert python dep
1 parent ee503a6 commit 0a2db97

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

MODULE.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ bazel_dep(name = "rules_cc", version = "0.2.14")
2121
bazel_dep(name = "rules_pkg", version = "1.1.0")
2222
bazel_dep(name = "rules_oci", version = "1.8.0")
2323
bazel_dep(name = "rules_shell", version = "0.6.1")
24-
bazel_dep(name = "rules_python", version = "1.6.3")
2524

2625
# Register module extensions
2726
swift_cc_toolchain_ext = use_extension("@rules_swiftnav//cc:extensions.bzl", "swift_cc_toolchain_extension")

cc/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
load("@bazel_skylib//lib:selects.bzl", "selects")
1212
load("@bazel_skylib//rules:common_settings.bzl", "bool_flag", "string_flag")
13-
load("@rules_python//python:py_binary.bzl", "py_binary")
1413

1514
exports_files(
1615
glob(["*.bzl"]),

stamp/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
load("@rules_python//python:py_binary.bzl", "py_binary")
21

32
exports_files(
43
glob(["*.bzl"]) + glob(["*.py"]),

0 commit comments

Comments
 (0)