diff options
author | J. S. <schonm@gmail.com> | 2024-10-18 15:05:58 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:43 -0700 |
commit | 5f73b62c69b4a7591683df41bb82b8ea2f749921 (patch) | |
tree | d9bd6a646ff9844727f2bae8528217e332382e46 /meta-python | |
parent | b14efc9efd78aca9ed4ee32d9fc3baf1b4b78eb2 (diff) | |
download | meta-openembedded-5f73b62c69b4a7591683df41bb82b8ea2f749921.tar.gz |
python3-argexec: 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/python3-argexec_1.0.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb index 017a7e954..64ed8ad8d 100644 --- a/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-argexec_1.0.3.bb | |||
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ea70b07c354e36056bd35e17c9c3face" | |||
4 | 4 | ||
5 | inherit pypi setuptools3 | 5 | inherit pypi setuptools3 |
6 | 6 | ||
7 | SRC_URI[md5sum] = "448635948823309312ea9f70b30b6c2d" | ||
8 | SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c98c3bf" | 7 | SRC_URI[sha256sum] = "61f9ae9322e38ae64996848421afbdb018239a99c4e796fe064f172d6c98c3bf" |
9 | 8 | ||
10 | DEPENDS += "python3-setuptools-scm-native" | 9 | DEPENDS += "python3-setuptools-scm-native" |