blob: 0b52cfd7e59380744e03df590a1a96a8b92b42eb [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -05001DESCRIPTION = "Python package for creating and manipulating graphs and networks"
2HOMEPAGE = "http://networkx.github.io/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a24ea029adac8935699bf69b2e38c728"
5
Andrew Geisslere34f8962021-04-15 15:53:51 -05006SRC_URI[sha256sum] = "109cd585cac41297f71103c3c42ac6ef7379f29788eb54cb751be5a663bb235a"
Andrew Geisslerd688a012020-09-18 13:36:00 -05007
8inherit pypi setuptools3
9
10RDEPENDS_${PN} += "\
11 ${PYTHON_PN}-decorator \
12 "