diff options
author | Domarys Correa <domarys.correa@ossystems.com.br> | 2020-05-15 11:16:21 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-19 17:14:08 -0700 |
commit | 636d98b3ab80ac2d295851aa985d7a71eee29ec4 (patch) | |
tree | 21f24768faf9cb4a3e47e73a4bc1b8f8115ad3f4 | |
parent | ae8968122461df7e1fa39138f32caa35218bb71f (diff) | |
download | meta-openembedded-636d98b3ab80ac2d295851aa985d7a71eee29ec4.tar.gz |
python3-graphviz: Add recipe version 0.14
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-graphviz_0.14.bb | 16 |
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 000000000..98bbddd21 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-graphviz_0.14.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Graphviz protocol implementation" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
5 | |||
6 | SRC_URI[sha256sum] = "e104ba036c8aef84320ec80560e544cd3cad68c9f90394b4e2b87bc44ab09791" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | PYPI_PACKAGE_EXT = "zip" | ||
11 | |||
12 | RDEPENDS_${PN} += " \ | ||
13 | ${PYTHON_PN}-logging \ | ||
14 | " | ||
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||