[oe-commits] [meta-openembedded] 22/29: python-networkx: add python-2to3 to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Sep 7 09:00:57 UTC 2017


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

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

commit 3c085833a1fd34ad3fc54c9fd9e38dd31cdfa10e
Author: Wenzong Fan <wenzong.fan at windriver.com>
AuthorDate: Mon Sep 4 19:26:47 2017 -0700

    python-networkx: add python-2to3 to RDEPENDS
    
    Fix runtime error:
      File "/usr/lib/python2.7/site-packages/networkx/readwrite/gml.py", \
        line 44, in <module>
        from lib2to3.pgen2.parse import ParseError
      ImportError: No module named lib2to3.pgen2.parse
    
    Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-networkx_1.11.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-networkx_1.11.bb b/meta-python/recipes-devtools/python/python-networkx_1.11.bb
index 28a7baa..bda8ae3 100644
--- a/meta-python/recipes-devtools/python/python-networkx_1.11.bb
+++ b/meta-python/recipes-devtools/python/python-networkx_1.11.bb
@@ -6,3 +6,5 @@ SRC_URI[md5sum] = "6ef584a879e9163013e9a762e1cf7cd1"
 SRC_URI[sha256sum] = "0d0e70e10dfb47601cbb3425a00e03e2a2e97477be6f80638fef91d54dd1e4b8"
 
 inherit pypi setuptools
+
+RDEPENDS_${PN} += "python-2to3"

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


More information about the Openembedded-commits mailing list