blob: fde1029c74bbdff336885925b8ca726179519292 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "pydot is is an interface to Graphviz."
2HOMEPAGE = "https://github.com/pydot/pydot"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3f6fa041dfcc7ff7747cfceaa34a3180"
6
7SRC_URI[sha256sum] = "248081a39bcb56784deb018977e428605c1c758f10897a339fce1dd728ff007d"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = "graphviz python3-pyparsing"