blob: ae9e42160f3a30bdb5902cdf579bb4901cd2b37e [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"