Skip to content

Commit 5be58f9

Browse files
QuantumManiacfacebook-github-bot
authored andcommitted
Migrate external_deps prettytable to pypi prettytable (#18661)
Summary: Pull Request resolved: #18661 Reviewed By: Gasoonjia, bowiechen Differential Revision: D97995123
1 parent a3dd0fa commit 5be58f9

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)