From 636d98b3ab80ac2d295851aa985d7a71eee29ec4 Mon Sep 17 00:00:00 2001 From: Domarys Correa Date: Fri, 15 May 2020 11:16:21 -0300 Subject: python3-graphviz: Add recipe version 0.14 Signed-off-by: Domarys Correa Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-graphviz_0.14.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-graphviz_0.14.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb new file mode 100644 index 0000000000..98bbddd216 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Graphviz protocol implementation" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +SRC_URI[sha256sum] = "e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791" + +inherit pypi setuptools3 + +PYPI_PACKAGE_EXT = "zip" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-logging \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf