bazelbuild/rules_appengine

py_appengine_binary doesn't work properly

nuh-temp opened this issue · 0 comments

There multiple issues with that rule:

  1. It doesn't maintain creating of init.py files throughout paths.
  2. External modules don't get imported if they import their submodules inside.
    Actually py_binary() rule does all of that but it's not aware of .yaml configs.