mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
@@ -13,6 +13,7 @@ DEPENDS = " \
|
|||||||
gtk-doc-native \
|
gtk-doc-native \
|
||||||
libxslt-native \
|
libxslt-native \
|
||||||
docbook-xsl-stylesheets-native \
|
docbook-xsl-stylesheets-native \
|
||||||
|
python3-pygments-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit meson gobject-introspection gettext features_check pkgconfig
|
inherit meson gobject-introspection gettext features_check pkgconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user