diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-09-16 22:22:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-17 07:26:24 +0100 |
commit | f7909da79f2b8b195debf63586c2d343ad42ae18 (patch) | |
tree | b4c8dd4fda78940804475d5cedb28b1d7693d5c8 /bitbake | |
parent | cee517568bfbf7d7eaddf197fbc1ed7d1c54c7e0 (diff) | |
download | poky-f7909da79f2b8b195debf63586c2d343ad42ae18.tar.gz |
bitbake: bitbake: do not import imp in layerindexlib
The module is deprecated and unused.
(Bitbake rev: 76c9030d6c91cd776a1aa732fb92b7cd4539b503)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/layerindexlib/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/layerindexlib/__init__.py b/bitbake/lib/layerindexlib/__init__.py index 9ca127b9df..3159bf2f66 100644 --- a/bitbake/lib/layerindexlib/__init__.py +++ b/bitbake/lib/layerindexlib/__init__.py | |||
@@ -6,7 +6,6 @@ | |||
6 | import datetime | 6 | import datetime |
7 | 7 | ||
8 | import logging | 8 | import logging |
9 | import imp | ||
10 | import os | 9 | import os |
11 | 10 | ||
12 | from collections import OrderedDict | 11 | from collections import OrderedDict |