mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
c88a349fd7
commit
c693c2c932
|
|
@ -1,2 +1,3 @@
|
|||
inherit setuptools
|
||||
require python-configparser.inc
|
||||
RDEPENDS_${PN} += "python-pkgutil"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user