Skip to content

Commit

Permalink
Make python dependency repo name unique.
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel <[email protected]>
  • Loading branch information
mjcarroll and mering authored Dec 20, 2024
1 parent 7531667 commit b3af566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ python.toolchain(

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
hub_name = "pypi",
hub_name = "xacro_python_dependencies",
python_version = "3.11",
requirements_lock = "//bazel:requirements_lock.txt",
)
use_repo(pip, "pypi")
use_repo(pip, "xacro_python_dependencies")

0 comments on commit b3af566

Please sign in to comment.