diff options
author | J. S. <schonm@gmail.com> | 2024-10-18 15:05:52 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:42 -0700 |
commit | d9cfcad1df9f5d467d38788e73d67395e80a27e1 (patch) | |
tree | 17c467f0791364a9364c46068eff5f995e362f7e /meta-python | |
parent | e1a8f0d6584fc70016dfadbb8083affc6122e279 (diff) | |
download | meta-openembedded-d9cfcad1df9f5d467d38788e73d67395e80a27e1.tar.gz |
pyrtm: Drop unnecessary SRC_URI md5sum
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb index ed4e588509..cf800c9588 100644 --- a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb +++ b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | |||
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e | |||
4 | 4 | ||
5 | PYPI_PACKAGE_EXT = "tar.bz2" | 5 | PYPI_PACKAGE_EXT = "tar.bz2" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "7c87da94656b620dfe532ca63d642eb8" | ||
8 | SRC_URI[sha256sum] = "b2d701b25ad3f9a1542057f3eb492c5c1d7dbe2b8d1e8f763043dcc14ee1d933" | 7 | SRC_URI[sha256sum] = "b2d701b25ad3f9a1542057f3eb492c5c1d7dbe2b8d1e8f763043dcc14ee1d933" |
9 | 8 | ||
10 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |