summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-19 17:57:33 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2020-01-24 12:09:42 +0000
commit2a1a8e396a7feba2b378cb066f023cd593335602 (patch)
treeb0ab4c297c5749f8e07cd578fb429514729bc1d9 /recipes-devtools/python
parent2faf9cab726d1c11ec3bc70159fe7a5f45705b36 (diff)
downloadmeta-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.bb6
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
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
17RDEPENDS_${PN} = "\ 17RDEPENDS_${PN} = "\
18 python-logging \ 18 python3-logging \
19 python-threading \ 19 python3-threading \
20" 20"
21 21
22SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4" 22SRC_URI[md5sum] = "cefc45422833dcafcd59b78dffc540f4"