From aac79ef4838837fd34cb55c310d0ef1fc9b0a733 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 12 Feb 2021 13:30:06 -0800 Subject: [PATCH] Fix recent RaspiOS not installing RPi.GPIO --- setup.py | 1 + 1 file changed, 1 insertion(+) 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"] -- 2.49.0