diff options
| -rw-r--r-- | recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb index 03993df..fb5db2c 100644 --- a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb +++ b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb | |||
| @@ -17,5 +17,6 @@ RDEPENDS_${PN} += " \ | |||
| 17 | python3-adafruit-platformdetect \ | 17 | python3-adafruit-platformdetect \ |
| 18 | python3-adafruit-pureio \ | 18 | python3-adafruit-pureio \ |
| 19 | python3-core \ | 19 | python3-core \ |
| 20 | rpi-gpio \ | ||
| 21 | " | 20 | " |
| 21 | |||
| 22 | RDEPENDS_${PN}_append_rpi = " rpi-gpio" | ||
