rpio: Use python3 during build

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2020-01-19 17:57:33 -08:00 committed by Andrei Gherzan
parent 2faf9cab72
commit 2a1a8e396a

View File

@ -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"