From 64c99a8f026eff93db48253438eeac8d11bc09e4 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 20 Jan 2020 15:25:52 +0000 Subject: rpio: Use setuptools3 Python2 is history: see poky commit 2ed5d927ca9b88d3964ada990ef46cdd38ec4b1e.t Signed-off-by: Andrei Gherzan --- recipes-devtools/python/rpio_0.10.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/rpio_0.10.0.bb b/recipes-devtools/python/rpio_0.10.0.bb index c3254bc..e8dfbbc 100644 --- a/recipes-devtools/python/rpio_0.10.0.bb +++ b/recipes-devtools/python/rpio_0.10.0.bb @@ -10,7 +10,7 @@ inherit pypi SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch" -inherit setuptools +inherit setuptools3 COMPATIBLE_MACHINE = "^rpi$" -- cgit v1.2.3-54-g00ecf