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