Remove smbus module
This commit is contained in:
parent
8e8a9f235d
commit
e3b09f3db0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ dependencies = ['Pillow', 'numpy']
|
|||
if os.path.exists('/sys/bus/platform/drivers/gpiomem-bcm2835'):
|
||||
dependencies += ['RPi.GPIO', 'spidev']
|
||||
else:
|
||||
dependencies += ['Jetson.GPIO', 'smbus']
|
||||
dependencies += ['Jetson.GPIO']
|
||||
|
||||
setup(
|
||||
name='waveshare-epd',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue