mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +00:00
amtk: Add missing dep on python3-pygments-native
Fixes
File "TOPDIR/build/tmp/work/mips32r2-yoe-linux/amtk/5.6.1-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:
@@ -8,6 +8,7 @@ DEPENDS = " \
|
|||||||
gtk-doc-native \
|
gtk-doc-native \
|
||||||
libxslt-native \
|
libxslt-native \
|
||||||
docbook-xsl-stylesheets-native \
|
docbook-xsl-stylesheets-native \
|
||||||
|
python3-pygments-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
GNOMEBASEBUILDCLASS = "meson"
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
|
|||||||
Reference in New Issue
Block a user