meta-openembedded/meta-python/recipes-devtools/python/python-networkx.inc
Anuj Mittal ffcd5f5863 python3-networkx: add recipe
networkx only supports python3 starting v2.3. Move the common code to
.inc and remove python-2to3 RDEPENDS which is no longer needed:

4e611d7ea9

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-09-12 02:20:59 -07:00

11 lines
233 B
PHP

DESCRIPTION = "Python package for creating and manipulating graphs and networks"
LICENSE = "BSD-3-Clause"
inherit pypi
PYPI_PACKAGE_EXT = "zip"
RDEPENDS_${PN} += "\
${PYTHON_PN}-decorator \
"