Andrew Geissler | 97771a3 | 2021-03-05 15:23:11 -0600 | [diff] [blame] | 1 | SUMMARY = "DBus.ObjectManager implementation for pydbus" |
| 2 | AUTHOR = "Sébastien Corne" |
| 3 | |
| 4 | LICENSE = "WTFPL" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7" |
| 6 | |
| 7 | inherit setuptools3 |
| 8 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 9 | SRC_URI = "git://github.com/seebz/pydbus-manager.git;branch=master;protocol=https" |
Andrew Geissler | 97771a3 | 2021-03-05 15:23:11 -0600 | [diff] [blame] | 10 | SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc" |
| 11 | PV = "git${SRCPV}" |
| 12 | |
| 13 | S = "${WORKDIR}/git" |
William A. Kennington III | b95905d | 2021-06-02 12:40:56 -0700 | [diff] [blame] | 14 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 15 | RDEPENDS:${PN} += "python3-pydbus" |