Files
meta-openembedded/meta-python/recipes-devtools/python/python-networkx.inc
T
2020-02-23 07:49:16 -08:00

9 lines
207 B
PHP

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