mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
9e725dfee3
commit
6375a579dd
|
|
@ -8,6 +8,7 @@ DEPENDS = " \
|
|||
gtk-doc-native \
|
||||
libxslt-native \
|
||||
docbook-xsl-stylesheets-native \
|
||||
python3-pygments-native \
|
||||
"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user