Skip to content

Commit b3baac5

Browse files
authored
Replace external_deps with deps for prettytable (#19401)
<< DO NOT EDIT BELOW THIS LINE >> @diff-train-skip-merge
1 parent 7e16433 commit b3baac5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

profiler/BUCK

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ fbcode_target(_kind = runtime.python_library,
2020
],
2121
base_module = "executorch.profiler",
2222
visibility = ["PUBLIC"],
23-
external_deps = ["prettytable"],
23+
deps = [
24+
"fbsource//third-party/pypi/prettytable:prettytable",
25+
],
2426
)
2527

2628
fbcode_target(_kind = runtime.python_library,

0 commit comments

Comments
 (0)