diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2/npm.py')
| -rw-r--r-- | bitbake/lib/bb/fetch2/npm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/npm.py b/bitbake/lib/bb/fetch2/npm.py index 730c346a93..408dfc3d03 100644 --- a/bitbake/lib/bb/fetch2/npm.py +++ b/bitbake/lib/bb/fetch2/npm.py | |||
| @@ -32,7 +32,6 @@ from bb.fetch2 import runfetchcmd | |||
| 32 | from bb.fetch2 import logger | 32 | from bb.fetch2 import logger |
| 33 | from bb.fetch2 import UnpackError | 33 | from bb.fetch2 import UnpackError |
| 34 | from bb.fetch2 import ParameterError | 34 | from bb.fetch2 import ParameterError |
| 35 | from distutils import spawn | ||
| 36 | 35 | ||
| 37 | def subprocess_setup(): | 36 | def subprocess_setup(): |
| 38 | # Python installs a SIGPIPE handler by default. This is usually not what | 37 | # Python installs a SIGPIPE handler by default. This is usually not what |
