[oe-commits] [bitbake] 04/18: toaster: missing shutil import

git at git.openembedded.org git at git.openembedded.org
Tue Oct 16 20:01:04 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 5893882b810a051baed04a6ab6a2df282b0b8480
Author: David Reyna <David.Reyna at windriver.com>
AuthorDate: Mon Oct 15 00:14:19 2018 -0700

    toaster: missing shutil import
    
    The "buildimport.py" script is missing the "import shutil" line,
    which causes a project import page failure.
    
    [YOCTO #12959]
    
    Signed-off-by: David Reyna <David.Reyna at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastermain/management/commands/buildimport.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/toaster/toastermain/management/commands/buildimport.py b/lib/toaster/toastermain/management/commands/buildimport.py
index 9e1cd6d..2d57ab5 100644
--- a/lib/toaster/toastermain/management/commands/buildimport.py
+++ b/lib/toaster/toastermain/management/commands/buildimport.py
@@ -55,6 +55,7 @@ import os
 import re
 import os.path
 import subprocess
+import shutil
 
 # Toaster variable section delimiters
 TOASTER_PROLOG = '#=== TOASTER_CONFIG_PROLOG ==='

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


More information about the Openembedded-commits mailing list