summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/layerindexlib
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-19 10:06:12 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 17:47:38 +0100
commite54b102483e9713666fa369239a7570f59adf85a (patch)
tree28497bcfdd22bdf3b6d3b67a02fb23c551c86598 /bitbake/lib/layerindexlib
parentd3ace96aec911bec0e6c65377192fc0773e413c9 (diff)
downloadpoky-e54b102483e9713666fa369239a7570f59adf85a.tar.gz
bitbake: bitbake: do not import imp in layerindexlib
The module is deprecated and unused. (Bitbake rev: 2dca6a22cb7b911c905a10158f1a3c3258de5c11) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 76c9030d6c91cd776a1aa732fb92b7cd4539b503) Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/layerindexlib')
-rw-r--r--bitbake/lib/layerindexlib/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/layerindexlib/__init__.py b/bitbake/lib/layerindexlib/__init__.py
index 77196b408f..f30ee9e259 100644
--- a/bitbake/lib/layerindexlib/__init__.py
+++ b/bitbake/lib/layerindexlib/__init__.py
@@ -6,7 +6,6 @@
6import datetime 6import datetime
7 7
8import logging 8import logging
9import imp
10 9
11from collections import OrderedDict 10from collections import OrderedDict
12from layerindexlib.plugin import LayerIndexPluginUrlError 11from layerindexlib.plugin import LayerIndexPluginUrlError