blob: 81b591247f3ce2c0607a7d1a308c833cc8ea1143 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001DESCRIPTION = "Graphviz protocol implementation"
2HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/"
3LICENSE = "MIT"
Patrick Williams03907ee2022-05-01 06:28:52 -05004LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=951dd0868a9606c867ffda0ea3ea6da2"
Andrew Geissler595f6302022-01-24 19:11:47 +00005
Andrew Geisslerd5838332022-05-27 11:33:10 -05006SRC_URI[sha256sum] = "76bdfb73f42e72564ffe9c7299482f9d72f8e6cb8d54bce7b48ab323755e9ba5"
Andrew Geissler595f6302022-01-24 19:11:47 +00007
8inherit pypi setuptools3
9
10PYPI_PACKAGE_EXT = "zip"
11
12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-logging \
14"
15
16BBCLASSEXTEND = "native nativesdk"