From c693c2c932700f474da2be5d596c590121560c13 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Tue, 5 Nov 2019 23:49:35 -0800 Subject: python-configparser: add python-pkgutil to runtime depends ... $ python $ >>> import backports Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/site-packages/backports/__init__.py", line 4, in from pkgutil import extend_path ImportError: No module named pkgutil ... Modeule pkgutil comes from python-pkgutil Signed-off-by: Hongxu Jia Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-configparser_3.8.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-devtools/python/python-configparser_3.8.1.bb b/meta-python/recipes-devtools/python/python-configparser_3.8.1.bb index 69f045dbab..a8ed1e91b0 100644 --- a/meta-python/recipes-devtools/python/python-configparser_3.8.1.bb +++ b/meta-python/recipes-devtools/python/python-configparser_3.8.1.bb @@ -1,2 +1,3 @@ inherit setuptools require python-configparser.inc +RDEPENDS_${PN} += "python-pkgutil" -- cgit 1.2.3-korg