mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 18:52:38 +02:00
lib/oe/gpg_sign.py: Remove unwanted import
Remove unwanted import of oe.utils. (From OE-Core rev: 42e9de68384fb24d5c9a5f161810be90c45942d2) Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05a1020680
commit
550d3541ae
@@ -6,7 +6,6 @@
|
||||
import os
|
||||
|
||||
import bb
|
||||
import oe.utils
|
||||
import subprocess
|
||||
import shlex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user