summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2020-01-20 15:25:52 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-01-20 15:27:22 +0000
commit64c99a8f026eff93db48253438eeac8d11bc09e4 (patch)
treebac5496651f92921f6af7c8a4b6a38f567c71402
parente7c856ee7bcfd7878853b55310957f0b9a990fd2 (diff)
downloadmeta-raspberrypi-ag/rpio.tar.gz
rpio: Use setuptools3ag/rpio
Python2 is history: see poky commit 2ed5d927ca9b88d3964ada990ef46cdd38ec4b1e.t Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-devtools/python/rpio_0.10.0.bb2
1 files changed, 1 insertions, 1 deletions
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
10 10
11SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch" 11SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch"
12 12
13inherit setuptools 13inherit setuptools3
14 14
15COMPATIBLE_MACHINE = "^rpi$" 15COMPATIBLE_MACHINE = "^rpi$"
16 16