1SUMMARY = "language bindings for libdbus, for Python 3.5 or later"
2HOMEPAGE = "https://github.com/ldo/dbussy"
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5
6SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https \
7           file://setuptools.patch"
8
9SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45"
10
11S = "${WORKDIR}/git"
12
13inherit setuptools3
14
15PIP_INSTALL_PACKAGE = "DBussy"
16
17RDEPENDS:${PN} += "\
18    python3-asyncio \
19    python3-core \
20    python3-ctypes \
21    python3-xml \
22"
23
24BBCLASSEXTEND = "native nativesdk"
25