Skip to content

Commit e8ba4c7

Browse files
committed
disable fixed py version
1 parent 6ddf211 commit e8ba4c7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

MODULE.bazel

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ tools = use_extension("@rules_foreign_cc//foreign_cc:extensions.bzl", "tools")
1212
use_repo(tools, "meson_src")
1313

1414
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
15-
python.toolchain(
16-
python_version = "3.12",
17-
)
15+
16+
#python.toolchain(
17+
# python_version = "3.12",
18+
#)
1819
use_repo(python, "python_versions")
1920

2021
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
2122
pip.parse(
2223
hub_name = "dpdk_pip",
23-
python_version = "3.12",
24+
# python_version = "3.12",
2425
requirements_lock = "//bazel:requirements.txt",
2526
)
2627
use_repo(pip, "dpdk_pip")

0 commit comments

Comments
 (0)