summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/npm.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/npm.py')
-rw-r--r--bitbake/lib/bb/fetch2/npm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/npm.py b/bitbake/lib/bb/fetch2/npm.py
index 699ae72e05..7ccaba9873 100644
--- a/bitbake/lib/bb/fetch2/npm.py
+++ b/bitbake/lib/bb/fetch2/npm.py
@@ -33,7 +33,6 @@ from bb.fetch2 import runfetchcmd
33from bb.fetch2 import logger 33from bb.fetch2 import logger
34from bb.fetch2 import UnpackError 34from bb.fetch2 import UnpackError
35from bb.fetch2 import ParameterError 35from bb.fetch2 import ParameterError
36from distutils import spawn
37 36
38def subprocess_setup(): 37def subprocess_setup():
39 # Python installs a SIGPIPE handler by default. This is usually not what 38 # Python installs a SIGPIPE handler by default. This is usually not what