meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
Martin Jansa c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00

16 lines
382 B
BlitzBasic

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"
SRCREV = "6b576b969cbda50521dca62a7df929167207f9fc"
PV = "git${SRCPV}"
S = "${WORKDIR}/git"
RDEPENDS:${PN} += "python3-pydbus"