]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
remove Adafruit-GPIO requirement
authorBrennen Bearnes <brennen@adafruit.com>
Tue, 18 Dec 2018 05:41:33 +0000 (22:41 -0700)
committerBrennen Bearnes <brennen@adafruit.com>
Tue, 18 Dec 2018 05:41:33 +0000 (22:41 -0700)
requirements.txt
setup.py

index a694e2389d9636accb5d74f05ddaa2ad4c4cf315..5bda6e49f64a1b2b5f5fa852181ad1912f733875 100755 (executable)
@@ -1,4 +1,3 @@
 Adafruit-PlatformDetect
-Adafruit-GPIO
 RPi.GPIO; platform_machine=='armv7l' or platform_machine=='armv6l'
 rpi_ws281x>=4.0.0; platform_machine=='armv7l' or platform_machine=='armv6l'
index faedc629a997b895869f9d9f76ef19c60aa07c1d..08aa35a9f18d1961c8ecbce70b5059e4d3eeec5f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,6 @@ setup(
     # 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',
         'Adafruit-PlatformDetect',
         "RPi.GPIO; platform_machine=='armv7l' or platform_machine=='armv6l'",
         "rpi_ws281x>=4.0.0; platform_machine=='armv7l' or platform_machine=='armv6l'"