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:
Hongxu Jia 2019-11-05 23:49:35 -08:00 committed by Khem Raj
parent c88a349fd7
commit c693c2c932

View File

@ -1,2 +1,3 @@
inherit setuptools
require python-configparser.inc
RDEPENDS_${PN} += "python-pkgutil"