Skip to content

Commit b6d4d3f

Browse files
yoneyfacebook-github-bot
authored andcommitted
Add python to thrift_library targets [10/n]
Summary: Add python to the thrift_library targets where py3 already exists. This is a no-op change since python was already enabled implicitly when the py3 target exists. Reviewed By: prakashgayasen Differential Revision: D68837431 fbshipit-source-id: 6683e27e51fd9a8cf32df594a40d8157d9c02ecc
1 parent fd29876 commit b6d4d3f

File tree

1 file changed

+3
-0
lines changed
  • fboss/led_service/if

1 file changed

+3
-0
lines changed

fboss/led_service/if/BUCK

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ thrift_library(
1414
"go",
1515
"py-asyncio",
1616
"rust",
17+
"python",
1718
],
1819
py3_namespace = "neteng.fboss.led",
1920
py_asyncio_base_module = "neteng.fboss.asyncio",
@@ -36,6 +37,7 @@ thrift_library(
3637
"go",
3738
"py-asyncio",
3839
"rust",
40+
"python",
3941
],
4042
py3_namespace = "neteng.fboss.led",
4143
py_asyncio_base_module = "neteng.fboss.asyncio",
@@ -61,6 +63,7 @@ thrift_library(
6163
"py3",
6264
"py-asyncio",
6365
"rust",
66+
"python",
6467
],
6568
py3_namespace = "neteng.fboss",
6669
py_asyncio_base_module = "neteng.fboss.asyncio",

0 commit comments

Comments
 (0)