From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-devtools/python/python-jeepney.inc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 external/meta-iot-cloud/recipes-devtools/python/python-jeepney.inc (limited to 'external/meta-iot-cloud/recipes-devtools/python/python-jeepney.inc') diff --git a/external/meta-iot-cloud/recipes-devtools/python/python-jeepney.inc b/external/meta-iot-cloud/recipes-devtools/python/python-jeepney.inc new file mode 100644 index 00000000..12dbf256 --- /dev/null +++ b/external/meta-iot-cloud/recipes-devtools/python/python-jeepney.inc @@ -0,0 +1,21 @@ +DESCRIPTION = "Low-level, pure Python DBus protocol wrapper." +AUTHOR = "Thomas Kluyver" +HOMEPAGE = "https://gitlab.com/takluyver/jeepney" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aad69c93f605003e3342b174d9b0708c" + +PR = "r0" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-asyncio \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-typing \ + ${PYTHON_PN}-xml \ +" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-tornado \ +" + +SRC_URI[md5sum] = "d888c2f46d2b117eb683c04bc998572c" +SRC_URI[sha256sum] = "a6f2aa72e61660248d4d524dfccb6405f17c693b69af5d60dd7f2bab807d907e" \ No newline at end of file -- cgit 1.2.3-korg