You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2022/01/26 20:53:24 UTC

[GitHub] [incubator-heron] joshfischer1108 commented on a change in pull request #3751: Python rules for Bazel

joshfischer1108 commented on a change in pull request #3751:
URL: https://github.com/apache/incubator-heron/pull/3751#discussion_r793038649



##########
File path: third_party/python/cpplint/BUILD
##########
@@ -7,7 +7,8 @@ load("@heron_py_deps//:requirements.bzl", "requirement")
 
 py_binary(
     name = "cpplint",
-    entrypoint = "cpplint",
+    srcs = ["empty.py"],

Review comment:
       @surahman / @nicknezis Wasn't exactly sure what to do here.  `py_binary` requires the `srcs` to have something in it.  So to get around this, I put an `empty.py` file in folder.  




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org