From 2a1a8e396a7feba2b378cb066f023cd593335602 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 19 Jan 2020 17:57:33 -0800 Subject: rpio: Use python3 during build Signed-off-by: Khem Raj --- recipes-devtools/python/rpio_0.10.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-devtools/python/rpio_0.10.0.bb b/recipes-devtools/python/rpio_0.10.0.bb index c3254bc..d5653cb 100644 --- a/recipes-devtools/python/rpio_0.10.0.bb +++ b/recipes-devtools/python/rpio_0.10.0.bb @@ -10,13 +10,13 @@ inherit pypi SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch" -inherit setuptools +inherit setuptools3 COMPATIBLE_MACHINE = "^rpi$" RDEPENDS_${PN} = "\ - python-logging \ - python-threading \ + python3-logging \ + python3-threading \ " SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4" -- cgit v1.2.3-54-g00ecf