rules_pygen icon indicating copy to clipboard operation
rules_pygen copied to clipboard

IMP add ability to add patch_cmds

Open qfliu opened this issue 5 years ago • 0 comments

Sometimes, a package is not packaged correctly upstream. Then, when we install it under the bazel environment, the package cannot be found when we run our code. We want the ability to specify patches we want to add, and rules_pygen will generate something like patch_commands = ["mv package_location/ correct_package_location/"] automatically in the .bzl file.

qfliu avatar Aug 27 '19 02:08 qfliu