diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-networkx_1.11.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-networkx_1.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 28a7baae059..bda8ae32e3f 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" |