hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "DBus.ObjectManager implementation for pydbus"
AUTHOR = "Sébastien Corne"
 
LICENSE = "WTFPL"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0fd5bb1dae91ba145745db55870be6a7"
 
inherit setuptools3
 
SRC_URI = "git://github.com/seebz/pydbus-manager.git;branch=master;protocol=https"
SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc"
PV = "git${SRCPV}"
 
S = "${WORKDIR}/git"
 
RDEPENDS:${PN} += "python3-pydbus"