mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
python3-ansi2html: fix DEPENDS
There's no need to depend on python3-toml-native, but this does need python3-setuptools-scm-git-archive-native. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
388ba0d74d
commit
29235912c6
|
|
@ -11,7 +11,7 @@ inherit pypi python_setuptools_build_meta
|
|||
|
||||
DEPENDS += " \
|
||||
${PYTHON_PN}-setuptools-scm-native \
|
||||
${PYTHON_PN}-toml-native \
|
||||
${PYTHON_PN}-setuptools-scm-git-archive-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user