generated from bazel-contrib/rules-template
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This flag is useful when one needs to do some ad-hoc operations on the wheel files. For example, our use case pulls in a lot of third party dependencies and some of them may have name conflict each other and we sometimes need to remove or patch `__init__.py` files in order for conflicting dependencies to coexist. I am open to other suggestions or work arounds. But adding the ability to do ad-hoc patches for each wheel_library seems to be the simplest way to achieve this.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters