From 7efbfcc8584fa4bc6fb329a2d237a9d6037c265c Mon Sep 17 00:00:00 2001 From: ladyada Date: Sat, 8 Sep 2018 22:42:25 -0400 Subject: [PATCH] more conditionals for raspi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7a2da7..43e6592 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( packages=find_packages("src"), # If your package is a single module, use this instead of 'packages': py_modules=['bitbangio', 'board', 'busio', 'digitalio', 'micropython', 'neopixel_write'], - install_requires=['Adafruit-GPIO', 'rpi_ws281x'], + install_requires=['Adafruit-GPIO', "rpi_ws281x>=4.0.0; platform_machine=='armv7l'"], license='MIT', classifiers=[ # Trove classifiers -- 2.49.0