missionfloyd преди 4 години
родител
ревизия
e3b09f3db0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      RaspberryPi_JetsonNano/python/setup.py

+ 1 - 1
RaspberryPi_JetsonNano/python/setup.py

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