Skip to content

Commit

Permalink
depend on spidev for linux arm 32 and 64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 29, 2024
1 parent 007e885 commit 92f696a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Adafruit-Blinka
adafruit-circuitpython-busdevice
spidev; sys_platform == 'linux' and platform_machine == 'armv7l' or platform_machine == 'armv6l'
typing-extensions
spidev; sys_platform == 'linux' and ( platform_machine == 'armv7l' or platform_machine == 'armv6l' or platform_machine == 'aarch64' )
typing-extensions

0 comments on commit 92f696a

Please sign in to comment.