diff options
author | J. S. <schonm@gmail.com> | 2024-10-18 15:06:01 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:43 -0700 |
commit | 1c357d9046110c400b3e66f7fda3932e23d93cd7 (patch) | |
tree | e49ae067ed45d17f0d8851ac385b51a205911b8a /meta-python/recipes-devtools/python | |
parent | 3ab38941d2b2cbc39c9595cca14941a49fda4668 (diff) | |
download | meta-openembedded-1c357d9046110c400b3e66f7fda3932e23d93cd7.tar.gz |
python3-backcall: 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/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb index d1ac486c05..42a7cb987c 100644 --- a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb | |||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=40e56b724d016484a7f790ec826d3ffc" | |||
5 | 5 | ||
6 | PYPI_PACKAGE = "backcall" | 6 | PYPI_PACKAGE = "backcall" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "1f4c9a370c78743406296f48e56e8821" | ||
9 | SRC_URI[sha256sum] = "5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" | 8 | SRC_URI[sha256sum] = "5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e" |
10 | 9 | ||
11 | inherit pypi python_flit_core | 10 | inherit pypi python_flit_core |