X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/c0b7baf74e3f5cda955af79ccffefb9c81372a81..d9e313c16bbe3c441bc2815e3a90a5324b68b92a:/setup.py diff --git a/setup.py b/setup.py index 6d08431..efeab2e 100755 --- a/setup.py +++ b/setup.py @@ -44,9 +44,7 @@ if os.path.exists("/proc/device-tree/compatible"): ): board_reqs = ["RPi.GPIO", "rpi_ws281x>=4.0.0"] # BeagleBone Black, Green, PocketBeagle, BeagleBone AI, etc. - elif ( - b"ti,am335x" in compat - ): + elif b"ti,am335x" in compat: board_reqs = ["Adafruit_BBIO"] setup(