diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb index 8e586ea3e8..d31448d6a8 100644 --- a/meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb | |||
@@ -5,9 +5,9 @@ LICENSE = "GPLv3" | |||
5 | 5 | ||
6 | PYPI_PACKAGE = "ansi2html" | 6 | PYPI_PACKAGE = "ansi2html" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "52d6085ad1c5970082ea5305a26af981" | 8 | SRC_URI[sha256sum] = "0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d92c596" |
9 | SRC_URI[sha256sum] = "96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9" | ||
10 | 9 | ||
11 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
12 | 11 | ||
12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" | ||
13 | RDEPENDS_${PN} = "${PYTHON_PN}-six" | 13 | RDEPENDS_${PN} = "${PYTHON_PN}-six" |