mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
bitbake: hashserve: Add missing import
The os module is required to connect to a unix domain socket (Bitbake rev: 31a5111bcd0080a583d0d95fad3e09ae78bdf0fa) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f971d6ae2e
commit
6f6b41e642
@@ -7,6 +7,7 @@ from contextlib import closing
|
||||
import json
|
||||
import logging
|
||||
import socket
|
||||
import os
|
||||
|
||||
|
||||
logger = logging.getLogger('hashserv.client')
|
||||
|
||||
Reference in New Issue
Block a user