diff options
| -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 0000000000..98bbddd216 --- /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" | ||
