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



##########
File path: third_party/python/cpplint/BUILD
##########
@@ -2,8 +2,14 @@ licenses(["notice"])
 
 package(default_visibility = ["//visibility:public"])
 
-pex_binary(
+load("@rules_python//python:defs.bzl", "py_binary")
+load("@heron_py_deps//:requirements.bzl", "requirement")
+
+py_binary(
     name = "cpplint",
-    entrypoint = "cpplint",
-    reqs = ["cpplint==1.3.0"],
+    srcs = ["empty.py"],
+    main = "cpplint",

Review comment:
       I guess it could be possible. @nicknezis would have a better idea.   
He's been our go to Bazel person,




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to