Skip to content

Commit bdd6d55

Browse files
committed
pip: reduce namespace collisions
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 380bb85 commit bdd6d55

File tree

3 files changed

+41
-41
lines changed

3 files changed

+41
-41
lines changed

BUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@pip//:requirements.bzl", "requirement")
1+
load("@bazel-orfs-pip//:requirements.bzl", "requirement")
22
load("@rules_python//python:pip.bzl", "compile_pip_requirements")
33
load("//:eqy.bzl", "eqy_test")
44
load("//:openroad.bzl", "get_stage_args", "orfs_floorplan", "orfs_flow", "orfs_run")

MODULE.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ python.toolchain(
3434

3535
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
3636
pip.parse(
37-
hub_name = "pip",
37+
hub_name = "bazel-orfs-pip",
3838
python_version = "3.12",
3939
requirements_lock = "//:requirements_lock.txt",
4040
)
41-
use_repo(pip, "pip")
41+
use_repo(pip, "bazel-orfs-pip")
4242

4343
orfs = use_extension("//:extension.bzl", "orfs_repositories")
4444
orfs.default(

0 commit comments

Comments
 (0)