X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/c0b7baf74e3f5cda955af79ccffefb9c81372a81..bec74d02e9ae2c6c93b82508a4febb5fa448182e:/setup.py?ds=inline 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(