aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-networkx.inc
blob: 4bca636dc8a9f5be292a3ca63004db9c423ea3bb (plain)
1
2
3
4
5
6
7
8
DESCRIPTION = "Python package for creating and manipulating graphs and networks"
LICENSE = "BSD-3-Clause"

inherit pypi

RDEPENDS_${PN} += "\
                   ${PYTHON_PN}-decorator \
                   "