diff options
| author | Ross Burton <ross@burtonini.com> | 2022-01-14 15:31:01 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-18 08:59:58 -0800 |
| commit | d32bb7dbc08ea979138776bf4fb4d794b70f9b96 (patch) | |
| tree | d7e01885e56ffe3865b4e443f8540f018d07518f /meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | |
| parent | 4de2215997a060ad719ef79ea888428fd072c55f (diff) | |
| download | meta-openembedded-d32bb7dbc08ea979138776bf4fb4d794b70f9b96.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dbussy_1.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb index 061893df3e..0cf9dc8a7d 100644 --- a/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb +++ b/meta-python/recipes-devtools/python/python3-dbussy_1.3.bb | |||
| @@ -3,13 +3,14 @@ HOMEPAGE = "https://github.com/ldo/dbussy" | |||
| 3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/ldo/dbussy.git;branch=master;protocol=https \ |
| 7 | file://setuptools.patch" | ||
| 7 | 8 | ||
| 8 | SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45" | 9 | SRCREV = "37ede4242b48def73ada46c2747a4c5cae6abf45" |
| 9 | 10 | ||
| 10 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 11 | 12 | ||
| 12 | inherit distutils3 | 13 | inherit setuptools3 |
| 13 | 14 | ||
| 14 | RDEPENDS:${PN} += "\ | 15 | RDEPENDS:${PN} += "\ |
| 15 | python3-asyncio \ | 16 | python3-asyncio \ |
| @@ -19,4 +20,3 @@ RDEPENDS:${PN} += "\ | |||
| 19 | " | 20 | " |
| 20 | 21 | ||
| 21 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |
| 22 | |||
