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 0e5ad8656f8f6644452ff5097529e0129a57cf7d
   DIR parent e2d41173c5abbda209e96529d6b8d271705ca453
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Sun, 22 Sep 2024 21:25:52 +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 python3-rpi-backlight"
       +DEPENDS = "python3-paho-mqtt python3-rpi-backlight"
        
        RDEPENDS:${PN} += " \
            python3-paho-mqtt \