Skip to content

Commit 9c9f9e1

Browse files
authored
Fix python dependencies (#207)
Revert the explicit python deps.
1 parent ee503a6 commit 9c9f9e1

File tree

5 files changed

+6
-96
lines changed

5 files changed

+6
-96
lines changed

MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
module(
1212
name = "rules_swiftnav",
13-
version = "0.12.0",
13+
version = "0.12.1",
1414
compatibility_level = 1,
1515
)
1616

@@ -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")

MODULE.bazel.lock

Lines changed: 3 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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"]),

examples/small_world/MODULE.bazel.lock

Lines changed: 2 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stamp/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
load("@rules_python//python:py_binary.bzl", "py_binary")
2-
31
exports_files(
42
glob(["*.bzl"]) + glob(["*.py"]),
53
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)