Commit 390f001cdef9a6ba0dd2e16ddeb3225772b12e57
1 parent
3ef29d3a
Add python3 dependency
Showing
1 changed file
with
1 additions
and
1 deletions
debian/control
| ... | ... | @@ -8,7 +8,7 @@ Homepage: https://github.com/raspberrypi/usbboot |
| 8 | 8 | |
| 9 | 9 | Package: rpiboot |
| 10 | 10 | Architecture: any |
| 11 | -Depends: ${shlibs:Depends}, ${misc:Depends} | |
| 11 | +Depends: ${shlibs:Depends}, ${misc:Depends}, python3 | |
| 12 | 12 | Description: Raspberry Pi USB booting code |
| 13 | 13 | USB MSD boot code which should work on the Raspberry Pi model A, |
| 14 | 14 | Compute Module, Compute Module 3, Compute Module 4 and Raspberry Pi Zero. | ... | ... |