[oe-commits] [bitbake] 02/02: fetch2/npm: Add missing ParameterError import

git at git.openembedded.org git at git.openembedded.org
Mon Feb 29 17:39:47 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit a821773de413683adfe55ac3f97a54379c6164e7
Author: Brendan Le Foll <brendan.le.foll at intel.com>
AuthorDate: Mon Feb 29 16:39:49 2016 +0000

    fetch2/npm: Add missing ParameterError import
    
    Signed-off-by: Brendan Le Foll <brendan.le.foll at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/fetch2/npm.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bb/fetch2/npm.py b/lib/bb/fetch2/npm.py
index 46644f1..f99b308 100644
--- a/lib/bb/fetch2/npm.py
+++ b/lib/bb/fetch2/npm.py
@@ -32,6 +32,7 @@ from   bb.fetch2 import ChecksumError
 from   bb.fetch2 import runfetchcmd
 from   bb.fetch2 import logger
 from   bb.fetch2 import UnpackError
+from   bb.fetch2 import ParameterError
 from   distutils import spawn
 
 def subprocess_setup():

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list