summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb
index e419fdcf1..6af898917 100644
--- a/meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb
+++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.9.1.bb
@@ -10,10 +10,10 @@ SRC_URI[sha256sum] = "5c6837a13ecc1903aab7a545353312049dfedfe5105362ad3a8d9d2078
10inherit pypi python_setuptools_build_meta 10inherit pypi python_setuptools_build_meta
11 11
12DEPENDS += " \ 12DEPENDS += " \
13 ${PYTHON_PN}-setuptools-scm-native \ 13 python3-setuptools-scm-native \
14" 14"
15 15
16RDEPENDS:${PN} = " \ 16RDEPENDS:${PN} = " \
17 ${PYTHON_PN}-six \ 17 python3-six \
18 ${PYTHON_PN}-compression \ 18 python3-compression \
19" 19"