Skip to content

Commit 637c7e6

Browse files
authored
fix(setup/esp32): update ESP32 Linux dependencies (#219)
1 parent 46e2819 commit 637c7e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/toolbox/setup/esp32/linux.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ export async function installDeps(
1818
{ name: 'libffi', packageName: 'libffi-dev', type: 'library' },
1919
{ name: 'libssl', packageName: 'libssl-dev', type: 'library' },
2020
{ name: 'ninja', packageName: 'ninja-build', type: 'binary' },
21-
{ name: 'pip', packageName: 'python-pip', type: 'binary' },
21+
{ name: 'pip', packageName: 'python3-pip', type: 'binary' },
2222
{ name: 'pyserial-miniterm', packageName: 'python3-serial', type: 'binary' },
23+
{ name: 'venv', packageName: 'python3-venv', type: 'binary' },
2324
{ name: 'python', packageName: 'python-is-python3', type: 'binary' },
2425
{ name: 'setuptools', packageName: 'python3-setuptools', type: 'pylib' },
2526
{ name: 'wget', packageName: 'wget', type: 'binary' },

0 commit comments

Comments
 (0)