blob: a1b9fffea667df066d556f5cf9b7eeff072a2042 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "Pythonic DBus library"
2HOMEPAGE = "https://pypi.python.org/pypi/pydbus/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-2.1-only"
Andrew Geissler82c905d2020-04-13 13:39:40 -05004LIC_FILES_CHKSUM = "file://LICENSE;md5=a916467b91076e631dd8edb7424769c7"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08005
6SRC_URI += "file://0001-Support-asynchronous-calls-58.patch \
7 file://0002-Support-transformation-between-D-Bus-errors-and-exce.patch \
8"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
10SRC_URI[md5sum] = "c6abd44862322679bd4e907bebc3e0d0"
11SRC_URI[sha256sum] = "4207162eff54223822c185da06c1ba8a34137a9602f3da5a528eedf3f78d0f2c"
12
13inherit pypi setuptools3
14
15S = "${WORKDIR}/pydbus-${PV}"
16
Patrick Williams213cb262021-08-07 19:21:33 -050017RDEPENDS:${PN} = "${PYTHON_PN}-pygobject \
Andrew Geissler7f40b712020-05-15 14:09:53 -050018 ${PYTHON_PN}-io \
19 ${PYTHON_PN}-logging"