Skip to content

Commit 11afff3

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Internal change
PiperOrigin-RevId: 865483823
1 parent 5a6e0a8 commit 11afff3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module(
1717
# Workaround rules_apple having a default dependency on rules_swift 2.4.0, which in turn has a
1818
# hard dependency on the presence of swiftc.exe on Windows.
1919
bazel_dep(name = "rules_swift", version = "3.0.2", repo_name = "build_bazel_rules_swift")
20+
2021
# TODO: Can rules_apple be removed, and thus allow rules_swift to be removed?
2122
bazel_dep(name = "rules_apple", version = "4.0.0", repo_name = "build_bazel_rules_apple")
2223
bazel_dep(name = "apple_support", version = "1.15.1", repo_name = "build_bazel_apple_support")
@@ -153,7 +154,7 @@ SUPPORTED_PYTHON_VERSIONS = [
153154
# TODO: Replace system_python with hermetic_python.
154155
# TODO: Remove dev_dependency once system_python is no longer used and we support
155156
# python/upb in Bazel.
156-
system_python = use_extension("//python/dist:system_python.bzl", "system_python_extension", dev_dependency = True)
157+
system_python = use_extension("//python/dist:system_python.bzl", "system_python_extension")
157158
system_python.find(
158159
name = "system_python",
159160
minimum = "3.9",

0 commit comments

Comments
 (0)