blob: 807e7b2de5d7f27cefa5407ad932e916888f4ea9 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "Pythonic DBus library"
2HOMEPAGE = "https://pypi.python.org/pypi/pydbus/"
3LICENSE = "LGPLv2.1"
4LIC_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
Andrew Geissler7f40b712020-05-15 14:09:53 -050017RDEPENDS_${PN} = "${PYTHON_PN}-pygobject \
18 ${PYTHON_PN}-io \
19 ${PYTHON_PN}-logging"