Skip to content

Commit ccb2844

Browse files
mbolivar-nordicnashif
authored andcommitted
scripts: west build: fix pristine builds
There's a couple of missing imports from when the 203021b backport was added to this branch. Signed-off-by: Marti Bolivar <[email protected]>
1 parent 93874f0 commit ccb2844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/west_commands/build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
import argparse
66
import os
7+
import shutil
8+
import subprocess
79

810
from west import log
911
from west import cmake

0 commit comments

Comments
 (0)