diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-20 15:25:52 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-20 15:27:22 +0000 |
commit | 64c99a8f026eff93db48253438eeac8d11bc09e4 (patch) | |
tree | bac5496651f92921f6af7c8a4b6a38f567c71402 | |
parent | e7c856ee7bcfd7878853b55310957f0b9a990fd2 (diff) | |
download | meta-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.bb | 2 |
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 | ||
11 | SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch" | 11 | SRC_URI += "file://0001-include-sys-types.h-explicitly-for-getting-caddr_t-d.patch" |
12 | 12 | ||
13 | inherit setuptools | 13 | inherit setuptools3 |
14 | 14 | ||
15 | COMPATIBLE_MACHINE = "^rpi$" | 15 | COMPATIBLE_MACHINE = "^rpi$" |
16 | 16 | ||