aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-05-23 14:03:38 +0100
committerRoss Burton <ross.burton@arm.com>2022-07-14 13:42:55 +0100
commit7def68ccb01d8dc2c1e6a54bbb7e41f6012f1102 (patch)
tree586a112dbb57f604bf10563d29aa4a9a61c0e1b6
parentde8b37f7162455dcb9a000f6a6cc89b6b3148ba2 (diff)
downloadmeta-openembedded-contrib-7def68ccb01d8dc2c1e6a54bbb7e41f6012f1102.tar.gz
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>
-rw-r--r--meta-python/recipes-devtools/python/python3-ansi2html_1.8.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.8.0.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.8.0.bb
index 21095cb7d6..8dcd7b0d5d 100644
--- a/meta-python/recipes-devtools/python/python3-ansi2html_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.8.0.bb
@@ -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} = " \