From: Melissa LeBlanc-Williams Date: Mon, 27 Jan 2025 20:55:22 +0000 (-0800) Subject: Run pre-commit X-Git-Tag: 8.52.0^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/484adf0b03f57a16401f47d5546195f3e9fe8636?ds=inline Run pre-commit --- 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(