[Bazel] Fix USB dependencies, __init__.py creation - #3098
Conversation
|
Sorry for the silence on this. I think we should definitely fix the dependency issue. The Python warning is newly introduced in the latest version of rules Python. I think there's a path to rolling that out in a way where If I can't get that out today, I'll approve this as a short-erm workaround. In the interim, I recommend early-adopting |
|
Thanks. I didn't have success with |
I was mistaken; |
|
I'm going to merge this as is since i'm not sure what feel free to add another PR to fix up |
|
The Bazel "buildifier" check is also causing the CI to fail on this PR... |
My bad. Could I interest y'all in a bazel_env setup in another PR? |
|
Sent out bazel-contrib/rules_python#3997 to hopefully pave a better path for the broader Bazel Python world. |
The 2.3.0 release seems to depend on nonexistent target for the USB reset library. A la raspberrypi/picotool#351, new
rules_pywarnings spam about thepy_binaryusage in the repo; these changes silence the warning.I didn't make an issue, sorry for the hygiene.