X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/a0a605b2295f6c839f8580df8e22f5a7e5338d4a..2cdcd5c544a743dc0e594b8ba22e7fb1f75035e4:/setup.py diff --git a/setup.py b/setup.py index e461bea..7e92596 100755 --- a/setup.py +++ b/setup.py @@ -28,6 +28,7 @@ if os.path.exists("/proc/device-tree/compatible"): or b"brcm,bcm2836" in compat or b"brcm,bcm2837" in compat or b"brcm,bcm2838" in compat + or b"brcm,bcm2711" in compat ): board_reqs = ["RPi.GPIO", "rpi_ws281x>=4.0.0", "sysv_ipc>=1.1.0"]