summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"