| Brad Bishop | a891d15 | 2019-09-13 06:17:45 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Python package for creating and manipulating graphs and networks" |
| 2 | LICENSE = "BSD-3-Clause" | ||||
| 3 | |||||
| 4 | inherit pypi | ||||
| 5 | |||||
| 6 | PYPI_PACKAGE_EXT = "zip" | ||||
| 7 | |||||
| 8 | RDEPENDS_${PN} += "\ | ||||
| 9 | ${PYTHON_PN}-decorator \ | ||||
| 10 | " | ||||