File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
1919bazel_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?
2122bazel_dep (name = "rules_apple" , version = "4.0.0" , repo_name = "build_bazel_rules_apple" )
2223bazel_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" )
157158system_python .find (
158159 name = "system_python" ,
159160 minimum = "3.9" ,
You can’t perform that action at this time.
0 commit comments