Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Python package for creating and manipulating graphs and networks" |
| 2 | HOMEPAGE = "http://networkx.github.io/" |
| 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a24ea029adac8935699bf69b2e38c728" |
| 5 | |
| 6 | SRC_URI[md5sum] = "21f25be1f4373e19153a9beca63346e7" |
| 7 | SRC_URI[sha256sum] = "7978955423fbc9639c10498878be59caf99b44dc304c2286162fd24b458c1602" |
| 8 | |
| 9 | inherit pypi setuptools3 |
| 10 | |
| 11 | RDEPENDS_${PN} += "\ |
| 12 | ${PYTHON_PN}-decorator \ |
| 13 | " |