From 2ed851859202c843cab38083b6c57b197674b68d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Nov 2022 21:55:36 -0800 Subject: [PATCH] tepl: Add missing dep on python3-pygments-native Fixes File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/tepl/6.2.0-r0/recipe-sysroot-native/usr/share/gtk-doc/python/gtkdoc/highlight.py", line 27, in from pygments import highlight ModuleNotFoundError: No module named 'pygments' Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb index 8173b6d314..0eeb345cd4 100644 --- a/meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb +++ b/meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb @@ -13,6 +13,7 @@ DEPENDS = " \ gtk-doc-native \ libxslt-native \ docbook-xsl-stylesheets-native \ + python3-pygments-native \ " inherit meson gobject-introspection gettext features_check pkgconfig