blob: 9fb3a485b9cc62a176c0171ff38217b15b2aa141 [file] [log] [blame]
Andrew Geissler97771a32021-03-05 15:23:11 -06001SUMMARY = "DBus.ObjectManager implementation for pydbus"
2AUTHOR = "Sébastien Corne"
3
4LICENSE = "WTFPL"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7"
6
7inherit setuptools3
8
9SRC_URI = "git://github.com/seebz/pydbus-manager.git"
10SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc"
11PV = "git${SRCPV}"
12
13S = "${WORKDIR}/git"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070014
15RDEPENDS_${PN} += "python3-pydbus"