diff options
author | J. S. <schonm@gmail.com> | 2024-10-18 15:06:02 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:43 -0700 |
commit | e3aa9d570358984eec147dca56b387a309eef966 (patch) | |
tree | cfe481a3b68ae79a828d5d2a0b37482c3c5e5a01 /meta-python | |
parent | 1c357d9046110c400b3e66f7fda3932e23d93cd7 (diff) | |
download | meta-openembedded-e3aa9d570358984eec147dca56b387a309eef966.tar.gz |
python3-click-spinner: 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-click-spinner_0.1.10.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb b/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb index b3e1328c75..7f19cc3458 100644 --- a/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb +++ b/meta-python/recipes-devtools/python/python3-click-spinner_0.1.10.bb | |||
@@ -4,7 +4,6 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" |
5 | 5 | ||
6 | SRC_URI += "file://0001-Update-Versioneer-to-0.22.patch" | 6 | SRC_URI += "file://0001-Update-Versioneer-to-0.22.patch" |
7 | SRC_URI[md5sum] = "ab68ed404401421819c81cc6c0677a87" | ||
8 | SRC_URI[sha256sum] = "87eacf9d7298973a25d7615ef57d4782aebf913a532bba4b28a37e366e975daf" | 7 | SRC_URI[sha256sum] = "87eacf9d7298973a25d7615ef57d4782aebf913a532bba4b28a37e366e975daf" |
9 | 8 | ||
10 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |