diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb new file mode 100644 index 0000000000..f26a1efcec --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "Graphviz protocol implementation" | ||
2 | HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f7831c564aeff14e68aa4ff7a93dc89f" | ||
5 | |||
6 | SRC_URI[md5sum] = "436cb0f41f6a949f916357ca037e205a" | ||
7 | SRC_URI[sha256sum] = "f5aad52a652c06825dcc5ee018d920fca26aef339386866094597fb3f2f222ce" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | PYPI_PACKAGE_EXT = "zip" | ||
12 | |||
13 | RDEPENDS_${PN} += " \ | ||
14 | ${PYTHON_PN}-logging \ | ||
15 | " | ||
16 | |||
17 | BBCLASSEXTEND = "native nativesdk" | ||