mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
cve-update-nvd2-native: added the missing http import
(From OE-Core rev: 02ce3cc9d4b197c3df57b727aa5f7eff59091e37) Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> (cherry picked from commit 39d2cde7eb922cb0a2cf9402cd8b3ae3b4cc2f62) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
98eb7954c6
commit
e6eea3249e
@@ -118,6 +118,7 @@ def nvd_request_next(url, api_key, args):
|
||||
import urllib.request
|
||||
import urllib.parse
|
||||
import gzip
|
||||
import http
|
||||
|
||||
headers = {}
|
||||
if api_key:
|
||||
|
||||
Reference in New Issue
Block a user