diff mbox series

[5/8] python3-ansi2html: fix DEPENDS

Message ID 20220714124405.2037213-5-ross.burton@arm.com
State New
Headers show
Series [1/8] python3-cbor2: add missing build dependency | expand

Commit Message

Ross Burton July 14, 2022, 12:44 p.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-ansi2html_1.8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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} = " \