meta-openembedded/meta-python/recipes-devtools/python/python3-graphviz_0.14.2.bb
Leon Anavi 4af06c3862 python3-graphviz: Upgrade 0.14.1 -> 0.14.2
Upgrde to release 0.14.2:

- Adapt graphviz.version() to support the Graphviz Release version
  entry format introduced with 2.44.2 (version() is needed to run
  the tests).

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-19 18:40:24 -07:00

18 lines
480 B
BlitzBasic

DESCRIPTION = "Graphviz protocol implementation"
HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f"
SRC_URI[md5sum] = "7123efabb68270f579525df74bf8b0c9"
SRC_URI[sha256sum] = "92b7637ece63c77e3d39221ae1f4df98e9256cb449e9860c598335b34496d195"
inherit pypi setuptools3
PYPI_PACKAGE_EXT = "zip"
RDEPENDS_${PN} += " \
${PYTHON_PN}-logging \
"
BBCLASSEXTEND = "native nativesdk"