diff options
| author | J. S. <schonm@gmail.com> | 2024-10-18 15:06:14 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:45 -0700 |
| commit | 67792f8c8c38d84d7364b09f774bf063f3c40f05 (patch) | |
| tree | 1358f403b9242ca6ffb2f2972ecc5f201227dfe6 | |
| parent | 395694afe356b36bde4a961518321872039ce09a (diff) | |
| download | meta-openembedded-67792f8c8c38d84d7364b09f774bf063f3c40f05.tar.gz | |
python3-html5lib: Drop unnecessary SRC_URI md5sum
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-html5lib_1.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb index d6272a07c3..94fbe0455e 100644 --- a/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb +++ b/meta-python/recipes-devtools/python/python3-html5lib_1.1.bb | |||
| @@ -2,7 +2,6 @@ SUMMARY = "HTML parser based on the WHATWG HTML specifcation" | |||
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ba5ada9e6fead1fdc32f43c9f10ba7c" |
| 4 | 4 | ||
| 5 | SRC_URI[md5sum] = "6748742e2ec4cb99287a6bc82bcfe2b0" | ||
| 6 | SRC_URI[sha256sum] = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" | 5 | SRC_URI[sha256sum] = "b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" |
| 7 | 6 | ||
| 8 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
