[Buildroot] [git commit branch/next] support/scripts/cpedb.py: remove import pickle

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Feb 16 20:16:43 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=c92d1c58cb2871f5475eee57a331fe86d0ba2954
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

pickle is no longer used since 09a71e6a75636

Fixes:
support/scripts/cpedb.py:7:1: F401 'pickle' imported but unused

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
(cherry picked from commit 74cfd3aeb7350a7be39f2d43b35273beba57f9c7)
---
 support/scripts/cpedb.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/support/scripts/cpedb.py b/support/scripts/cpedb.py
index b1e7e7012c..f4daf56124 100644
--- a/support/scripts/cpedb.py
+++ b/support/scripts/cpedb.py
@@ -4,7 +4,6 @@ import xml.etree.ElementTree as ET
 from xml.etree.ElementTree import Element, SubElement
 import gzip
 import os
-import pickle
 import requests
 import time
 from xml.dom import minidom


More information about the buildroot mailing list