mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python-configparser: add python-pkgutil to runtime depends
...
$ python
$ >>> import backports
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/backports/__init__.py", line 4, in <module>
from pkgutil import extend_path
ImportError: No module named pkgutil
...
Modeule pkgutil comes from python-pkgutil
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
inherit setuptools
|
||||
require python-configparser.inc
|
||||
RDEPENDS_${PN} += "python-pkgutil"
|
||||
|
||||
Reference in New Issue
Block a user