Skip to content

Commit 37cf728

Browse files
QuantumManiacfacebook-github-bot
authored andcommitted
Migrate external_deps prettytable to pypi prettytable
Summary: Migrate `external_deps` `prettytable` to direct pypi dep. Removes tp2 `external_deps` reference and replaces with `fbsource//third-party/pypi/prettytable:prettytable` in `deps`. Part of the tp2 `external_deps` migration effort (T261267852). #buildmore --- *This diff has been authored with assistance from Claude Code* Differential Revision: D97995123
1 parent c39a0ff commit 37cf728

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)