diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-19 17:57:33 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-01-24 12:09:42 +0000 |
commit | 2a1a8e396a7feba2b378cb066f023cd593335602 (patch) | |
tree | b0ab4c297c5749f8e07cd578fb429514729bc1d9 /recipes-devtools/python | |
parent | 2faf9cab726d1c11ec3bc70159fe7a5f45705b36 (diff) | |
download | meta-raspberrypi-2a1a8e396a7feba2b378cb066f023cd593335602.tar.gz |
rpio: Use python3 during build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r-- | recipes-devtools/python/rpio_0.10.0.bb | 6 |
1 files 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 | |||
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 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS_${PN} = "\ |
18 | python-logging \ | 18 | python3-logging \ |
19 | python-threading \ | 19 | python3-threading \ |
20 | " | 20 | " |
21 | 21 | ||
22 | SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4" | 22 | SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4" |