diff options
| author | Ross Burton <ross.burton@arm.com> | 2022-07-14 13:44:02 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-15 12:48:34 -0400 |
| commit | 29235912c65036c0181cdf0f9074dc87cdc719db (patch) | |
| tree | 255f97af46fb579bb9266200c5638f00bad98d39 /meta-python/recipes-devtools/python | |
| parent | 388ba0d74d6edc966f3b5db665b1895f5ab64a76 (diff) | |
| download | meta-openembedded-29235912c65036c0181cdf0f9074dc87cdc719db.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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ansi2html_1.8.0.bb | 2 |
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 | |||
| 11 | 11 | ||
| 12 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 13 | ${PYTHON_PN}-setuptools-scm-native \ | 13 | ${PYTHON_PN}-setuptools-scm-native \ |
| 14 | ${PYTHON_PN}-toml-native \ | 14 | ${PYTHON_PN}-setuptools-scm-git-archive-native \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | RDEPENDS:${PN} = " \ | 17 | RDEPENDS:${PN} = " \ |
