blob: d381699a89d562c3c3046c5ce79e45f5ea786803 [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
Patrick Williamsdb4c27e2022-08-05 08:10:29 -05006SRC_URI[sha256sum] = "8c58f14adaa3b947daf26c19bc1e98c4e0702cdc31cf99153e6f06904d492bf8"
Andrew Geissler595f6302022-01-24 19:11:47 +00007
8inherit pypi setuptools3
9
10PYPI_PACKAGE_EXT = "zip"
11
12RDEPENDS:${PN} += " \
Patrick Williams39653562024-03-01 08:54:02 -060013 python3-logging \
Andrew Geissler595f6302022-01-24 19:11:47 +000014"
15
16BBCLASSEXTEND = "native nativesdk"