Commit 58f99a6
authored
fix(whl_library):
This patch fixes an oversight in the expansion of the `BUILD.bazel` file template to make the `:data` target which includes wheel installation content such as `/bin` entrypoints in the case of `ruff` as part of the library target pointed to by `py_requirement`.
This allows for py_library/py_binary/... consumers to take dependencies both on data files and on potential binary artifacts packaged as part of a PyPi "library" transparently via `py_requirement` and associated machinery.:data needs to be data for the library (#4)1 parent d77f0d0 commit 58f99a6
File tree
1 file changed
+1
-1
lines changed- python/pip_install/private
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments