diff options
author | J. S. <schonm@gmail.com> | 2024-10-18 15:06:04 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:44 -0700 |
commit | 3677e793897fe3498824cfcd425b308b1e961d5b (patch) | |
tree | b2255a5a71a0910b36c80c08ea3f7ef61baebb1a /meta-python | |
parent | 3c90fa00a4a0653461b2a1331c3139a9767b2a11 (diff) | |
download | meta-openembedded-3677e793897fe3498824cfcd425b308b1e961d5b.tar.gz |
python3-editor: 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-editor_1.0.4.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb b/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb index 335461c435..6ec72d02aa 100644 --- a/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb +++ b/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb | |||
@@ -2,7 +2,6 @@ DESCRIPTION = "Programmatically open and editor, capture the result" | |||
2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "0e52648a4a6e7c89e3be44e9456530b4" | ||
6 | SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b" | 5 | SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b" |
7 | 6 | ||
8 | PYPI_PACKAGE = "python-editor" | 7 | PYPI_PACKAGE = "python-editor" |