blob: a4c31b2b285aef5f759d4d64e06e26d298fc4830 [file] [log] [blame]
Brad Bishopa891d152019-09-13 06:17:45 -04001DESCRIPTION = "Python package for creating and manipulating graphs and networks"
2LICENSE = "BSD-3-Clause"
3
4inherit pypi
5
6PYPI_PACKAGE_EXT = "zip"
7
8RDEPENDS_${PN} += "\
9 ${PYTHON_PN}-decorator \
10 "