mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-29 02:28:21 +00:00
python3-graphviz: update to 0.19
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
committed by
Khem Raj
parent
05a66e0d98
commit
3615f14fef
16
meta-python/recipes-devtools/python/python3-graphviz_0.19.bb
Normal file
16
meta-python/recipes-devtools/python/python3-graphviz_0.19.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "Graphviz protocol implementation"
|
||||
HOMEPAGE = "https://graphviz.readthedocs.io/en/stable/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=87cd8818b7e63c6a9c580034e80d7521"
|
||||
|
||||
SRC_URI[sha256sum] = "b42554a1c47f24a9473b7f4e380d17b228586a067c97ea69d5354d6074be8dfd"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE_EXT = "zip"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-logging \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user