summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-graphviz_0.14.bb16
1 files changed, 16 insertions, 0 deletions
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 @@
1DESCRIPTION = "Graphviz protocol implementation"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
5
6SRC_URI[sha256sum] = "e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE_EXT = "zip"
11
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-logging \
14"
15
16BBCLASSEXTEND = "native nativesdk"