File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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' } ,
You can’t perform that action at this time.
0 commit comments