diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-11-30 21:55:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-03 08:11:30 -0800 |
commit | 2ed851859202c843cab38083b6c57b197674b68d (patch) | |
tree | 9361471c0c897c086d3871bc8a6f3b1e38a5916c /meta-gnome/recipes-gnome/tepl | |
parent | aac23a0407089ea23314720d49f9cb120452ce53 (diff) | |
download | meta-openembedded-2ed851859202c843cab38083b6c57b197674b68d.tar.gz |
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 <module>
from pygments import highlight
ModuleNotFoundError: No module named 'pygments'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/tepl')
-rw-r--r-- | meta-gnome/recipes-gnome/tepl/tepl_6.2.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 = " \ | |||
13 | gtk-doc-native \ | 13 | gtk-doc-native \ |
14 | libxslt-native \ | 14 | libxslt-native \ |
15 | docbook-xsl-stylesheets-native \ | 15 | docbook-xsl-stylesheets-native \ |
16 | python3-pygments-native \ | ||
16 | " | 17 | " |
17 | 18 | ||
18 | inherit meson gobject-introspection gettext features_check pkgconfig | 19 | inherit meson gobject-introspection gettext features_check pkgconfig |