Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Pythonic DBus library" |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/pydbus/" |
| 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a916467b91076e631dd8edb7424769c7" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 5 | |
| 6 | SRC_URI += "file://0001-Support-asynchronous-calls-58.patch \ |
| 7 | file://0002-Support-transformation-between-D-Bus-errors-and-exce.patch \ |
| 8 | " |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 9 | |
| 10 | SRC_URI[md5sum] = "c6abd44862322679bd4e907bebc3e0d0" |
| 11 | SRC_URI[sha256sum] = "4207162eff54223822c185da06c1ba8a34137a9602f3da5a528eedf3f78d0f2c" |
| 12 | |
| 13 | inherit pypi setuptools3 |
| 14 | |
| 15 | S = "${WORKDIR}/pydbus-${PV}" |
| 16 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame^] | 17 | RDEPENDS:${PN} = "${PYTHON_PN}-pygobject \ |
Andrew Geissler | 7f40b71 | 2020-05-15 14:09:53 -0500 | [diff] [blame] | 18 | ${PYTHON_PN}-io \ |
| 19 | ${PYTHON_PN}-logging" |