Skip to content

Commit 92c5479

Browse files
authored
Update platform.py
1 parent 2a663ff commit 92c5479

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
for p in ("tool-mklittlefs", "tool-mkfatfs", "tool-mkspiffs", "tool-dfuutil", "tool-openocd", "tool-cmake", "tool-ninja", "tool-cppcheck", "tool-clangtidy", "tool-pvs-studio", "tc-xt-esp32", "tc-ulp", "tc-rv32", "tl-xt-gdb", "tl-rv-gdb", "contrib-piohome", "contrib-pioremote"):
5454
tl_path = "file://" + join(IDF_TOOLS_PATH_DEFAULT, "tools", p)
5555
pm.install(tl_path)
56-
pm.install("tool-scons")
5756

5857
class Espressif32Platform(PlatformBase):
5958
def configure_default_packages(self, variables, targets):

0 commit comments

Comments
 (0)