python3-dbussy: port to setuptools

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Ross Burton
2022-01-14 15:31:01 +00:00
committed by Khem Raj
parent 4de2215997
commit d32bb7dbc0
2 changed files with 59 additions and 3 deletions

View File

@@ -3,13 +3,14 @@ HOMEPAGE = "https://github.com/ldo/dbussy"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https"
SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https \
file://setuptools.patch"
SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45"
S = "${WORKDIR}/git"
inherit distutils3
inherit setuptools3
RDEPENDS:${PN} += "\
python3-asyncio \
@@ -19,4 +20,3 @@ RDEPENDS:${PN} += "\
"
BBCLASSEXTEND = "native nativesdk"