diff options
| -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" |
