Commit 8d66cd4
committed
Add CcInfo to allowed providers of py_library deps.
This is required in order to use a
[pybind_extension](https://github.com/pybind/pybind11_bazel/blob/2b6082a4d9d163a52299718113fa41e4b7978db5/build_defs.bzl#L28)
in the `deps` of a `py_libary` as the `pybind_extension` is just a
`cc_binary` under the hood.
The `py_libary` from the official `rules_python` also supports this.1 parent 1296c6b commit 8d66cd4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments