Maxim Ermilov
Maxim Ermilov
> Delete google/__init__.py entirely this does work. > Set [legacy_create_init](https://docs.bazel.build/versions/main/be/python.html#py_binary.legacy_create_init) to 0 legacy_create_init is not available for [py_library](https://docs.bazel.build/versions/main/be/python.html#py_library) Only for py_binary and py_test. This way, legacy_create_init will need to be...
> stripping the path by one level should not cause any issue right? It should not. But since it just one file, ```__init__.py``` can be explicitly listed in srcs instead...
> Have you tried that though? yes. Both works fine > Sorry for the slow review on this. Is it still an issue? yes. I updated PR to latest HEAD
Rebased PR on top of HEAD
> I think you need a rebase once more. Done
> Are the python app engine bazel rules supposed to work at this point? yes (appengine classic only). > However as best as I can tell these rules are either...