Skip to content

Commit 86ed8ca

Browse files
committed
wip
1 parent a326e05 commit 86ed8ca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

python/private/internal_dev_deps.bzl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def _internal_dev_deps_impl(mctx):
6565
whl_file = "@implicit_namespace_ns_sub2_whl//:ns_sub2-1.0-any-none-any.whl",
6666
requirement = "ns-sub2",
6767
enable_implicit_namespace_pkgs = False,
68+
repo_prefix = "dummy",
6869
)
6970

7071
whl_from_dir_repo(
@@ -77,6 +78,7 @@ def _internal_dev_deps_impl(mctx):
7778
whl_file = "@pkgutil_nspkg1_whl//:pkgutil_nspkg1-1.0-any-none-any.whl",
7879
requirement = "pkgutil_nspkg1",
7980
enable_implicit_namespace_pkgs = False,
81+
repo_prefix = "dummy",
8082
)
8183

8284
whl_from_dir_repo(
@@ -89,6 +91,7 @@ def _internal_dev_deps_impl(mctx):
8991
whl_file = "@pkgutil_nspkg2_whl//:pkgutil_nspkg2-1.0-any-none-any.whl",
9092
requirement = "pkgutil_nspkg2",
9193
enable_implicit_namespace_pkgs = False,
94+
repo_prefix = "dummy",
9295
)
9396

9497
whl_from_dir_repo(
@@ -100,6 +103,7 @@ def _internal_dev_deps_impl(mctx):
100103
name = "whl_with_data1",
101104
whl_file = "@whl_with_data1_whl//:whl_with_data1-1.0-any-none-any.whl",
102105
requirement = "whl-with-data1",
106+
repo_prefix = "dummy",
103107
)
104108

105109
whl_from_dir_repo(
@@ -111,6 +115,7 @@ def _internal_dev_deps_impl(mctx):
111115
name = "whl_with_data2",
112116
whl_file = "@whl_with_data2_whl//:whl_with_data2-1.0-any-none-any.whl",
113117
requirement = "whl-with-data2",
118+
repo_prefix = "dummy",
114119
)
115120

116121
_whl_library_from_dir(
@@ -129,6 +134,7 @@ def _internal_dev_deps_impl(mctx):
129134
requirement = "optional_dep",
130135
# The following is necessary to enable pipstar and make tests faster
131136
config_load = "@rules_python//tests/pypi/whl_library/testdata:packages.bzl",
137+
repo_prefix = "dummy",
132138
)
133139

134140
# Setup for //tests/pypi/patch_whl/patch_whl_patch_test.py
@@ -147,6 +153,7 @@ def _internal_dev_deps_impl(mctx):
147153
"whls": ["pkg-1.0-any-none-any.whl"],
148154
}),
149155
},
156+
repo_prefix = "dummy",
150157
)
151158

152159
def _whl_library_from_dir(*, name, output, root, **kwargs):

0 commit comments

Comments
 (0)