blob: a4c31b2b285aef5f759d4d64e06e26d298fc4830 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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 \
"
|