Skip to content

Commit

Permalink
pip: reduce namespace collisions
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <[email protected]>
  • Loading branch information
oharboe committed Jan 16, 2025
1 parent 380bb85 commit bdd6d55
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("@pip//:requirements.bzl", "requirement")
load("@bazel-orfs-pip//:requirements.bzl", "requirement")
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
load("//:eqy.bzl", "eqy_test")
load("//:openroad.bzl", "get_stage_args", "orfs_floorplan", "orfs_flow", "orfs_run")
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ python.toolchain(

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
hub_name = "pip",
hub_name = "bazel-orfs-pip",
python_version = "3.12",
requirements_lock = "//:requirements_lock.txt",
)
use_repo(pip, "pip")
use_repo(pip, "bazel-orfs-pip")

orfs = use_extension("//:extension.bzl", "orfs_repositories")
orfs.default(
Expand Down
Loading

0 comments on commit bdd6d55

Please sign in to comment.