Remove smbus module

This commit is contained in:
missionfloyd 2021-04-01 14:02:13 -06:00 committed by GitHub
parent 8e8a9f235d
commit e3b09f3db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',