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: 39d2cde7eb922cb0a2cf9402cd8b3ae3b4cc2f62) Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c9205c3bfd
commit
378dddd7a3
@@ -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