diff mbox series

[meta-gnome] gimp: fix RDEPENDS

Message ID 20260327154006.1319770-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome] gimp: fix RDEPENDS | expand

Commit Message

Markus Volk March 27, 2026, 3:40 p.m. UTC
This prevents the wrong mypaint-brushes package from being installed

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb b/meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb
index d6928498ac..1b092eb7e5 100644
--- a/meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb
+++ b/meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb
@@ -132,7 +132,7 @@  do_install:prepend() {
 
 FILES:${PN} += "${datadir}/metainfo"
 
-RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking python3-pygobject"
+RDEPENDS:${PN} = "mypaint-brushes glib-networking python3-pygobject"
 
 CVE_STATUS[CVE-2007-3741] = "not-applicable-platform: This only applies for Mandriva Linux"
 CVE_STATUS[CVE-2025-8672] = "not-applicable-config: the vulnerability only affects MacOS"