Skip to content

Commit 3f22492

Browse files
committed
Add missing dep to executorch/extensin/pybindings:portable_lib
This file clearly imports executorch.exir._warnings and thus it should have the dep. Differential Revision: [D70451304](https://our.internmc.facebook.com/intern/diff/D70451304/) ghstack-source-id: 269199558 Pull Request resolved: #8871
1 parent f357169 commit 3f22492

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extension/pybindings/TARGETS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,8 @@ runtime.python_library(
7070
"//executorch/runtime/...",
7171
"@EXECUTORCH_CLIENTS",
7272
],
73-
deps = [":_portable_lib"],
73+
deps = [
74+
":_portable_lib",
75+
"//executorch/exir:_warnings",
76+
],
7477
)

0 commit comments

Comments
 (0)