[oe-commits] [meta-openembedded] 21/28: python-configparser: add python-pkgutil to runtime depends

git at git.openembedded.org git at git.openembedded.org
Wed Nov 6 14:34:46 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c09732812999b978d997a70ff5d27c95de6c835c
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Tue Nov 5 23:49:35 2019 -0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 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 69f045d..a8ed1e9 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list