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 | |||||
Brad Bishop | a891d15 | 2019-09-13 06:17:45 -0400 | [diff] [blame] | 6 | RDEPENDS_${PN} += "\ |
7 | ${PYTHON_PN}-decorator \ | ||||
8 | " |