Skip to content

Commit b135ebb

Browse files
committed
remove exir:_warnings dep from executorch_pybindings buck rule
Per larryliu0820. It was blocking buck2 build //runtime/... (which is still failing, but differently) ghstack-source-id: e11cc8b ghstack-comment-id: 2683568403 Pull Request resolved: #8710
1 parent 867a8f7 commit b135ebb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shim_et/xplat/executorch/extension/pybindings/pybindings.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def executorch_pybindings(python_module_name, srcs = [], cppdeps = [], visibilit
5252
"-DEXECUTORCH_PYTHON_MODULE_NAME={}".format(python_module_name),
5353
],
5454
deps = [
55-
"//executorch/exir:_warnings",
5655
"//executorch/runtime/core:core",
5756
] + cppdeps,
5857
external_deps = [

0 commit comments

Comments
 (0)