From eab5bb518a5a7f424ce6a152c1d0a28a247ca5be Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 27 May 2020 15:22:29 +0300 Subject: python3-dbussy: Upgrade 1.2.1 -> 1.3 Upgrade to release 1.3. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-dbussy_1.3.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-dbussy_1.3.bb (limited to 'meta-python/recipes-devtools/python/python3-dbussy_1.3.bb') diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb new file mode 100644 index 0000000000..08f5e940fe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb @@ -0,0 +1,22 @@ +SUMMARY = "language bindings for libdbus, for Python 3.5 or later" +HOMEPAGE = "https://github.com/ldo/dbussy" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" + +SRC_URI = "git://github.com/ldo/dbussy.git" + +SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45" + +S = "${WORKDIR}/git" + +inherit distutils3 + +RDEPENDS_${PN} += "\ + python3-asyncio \ + python3-core \ + python3-ctypes \ + python3-xml \ +" + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf