URI: 
       rpi-screenbrightness-mqtt: depdendency fixes - meta-kiosk - yocto meta-layer to build a kiosk screen
  HTML git clone git@git.drkhsh.at/meta-kiosk.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit e2d41173c5abbda209e96529d6b8d271705ca453
   DIR parent 7eb5bc2259b645c847e0296e86fa4d5d34690125
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Sun, 22 Sep 2024 21:24:07 +0000
       
       rpi-screenbrightness-mqtt: depdendency fixes
       
       Diffstat:
         M recipes-connectivity/rpi-screenbri… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/recipes-connectivity/rpi-screenbrightness-mqtt/rpi-screenbrightness-mqtt_0.6.0.bb b/recipes-connectivity/rpi-screenbrightness-mqtt/rpi-screenbrightness-mqtt_0.6.0.bb
       @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/tofuSCHNITZEL/rpi-screenbrightness-mqtt"
        LICENSE = "GPL-3.0-only"
        LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
        
       -DEPENDS = "python3-core python3-paho-mqtt rpi-backlight"
       +DEPENDS = "python3-core python3-paho-mqtt python3-rpi-backlight"
        
        RDEPENDS:${PN} += " \
            python3-paho-mqtt \