Skip to content

Commit eac2bba

Browse files
committed
update docs
1 parent 0c4dacd commit eac2bba

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

python/private/py_library.bzl

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,8 @@ https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#pkgu
9191
won't be understood as namespace packages; they'll be seen as regular packages. This will
9292
likely lead to conflicts with other targets that contribute to the namespace.
9393
94-
:::{tip}
95-
This attributes populates {obj}`PyInfo.venv_symlinks` a custom ordered depset - third party dependencies come first when the depsets are merged. This means dependencies closer and earlier
96-
to a consumer have precedence. See {obj}`PyInfo.venv_symlinks` for
97-
more information.
94+
:::{seealso}
95+
This attributes populates {obj}`PyInfo.venv_symlinks`.
9896
:::
9997
10098
:::{versionadded} 1.4.0
@@ -217,8 +215,7 @@ def _get_package_and_version(ctx):
217215
"""Return package name and version
218216
219217
If the package comes from PyPI then it will have a `.dist-info` as part of `data`, which
220-
allows us to get the name of the package and its version. This means that we can ensure
221-
that package usage closer to the terminal node can override dependencies.
218+
allows us to get the name of the package and its version.
222219
"""
223220
dist_info_metadata = None
224221
for d in ctx.files.data:

0 commit comments

Comments
 (0)