diff options
author | J. S. <schonm@gmail.com> | 2024-10-18 15:06:51 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-19 20:26:50 -0700 |
commit | f56c193b320cc9d633eab3ed29ab2d65a8aaeb9e (patch) | |
tree | 57056a16de1fb96a9a12331003c882476dcc5daf /meta-python | |
parent | 2dc635ee0fbed8f5f6ac11464b417aad78980c85 (diff) | |
download | meta-openembedded-f56c193b320cc9d633eab3ed29ab2d65a8aaeb9e.tar.gz |
python3-versiontools: 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-versiontools_1.9.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb index 02639b590..8a83f1111 100644 --- a/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-versiontools_1.9.1.bb | |||
@@ -4,7 +4,6 @@ HOMEPAGE = "https://launchpad.net/versiontools" | |||
4 | LICENSE = "LGPL-3.0-only" | 4 | LICENSE = "LGPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=20;md5=02193721a38fd8a05a4ddeb7df8e294d" | 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=20;md5=02193721a38fd8a05a4ddeb7df8e294d" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "602b7db8eea30dd29a1d451997adf251" | ||
8 | SRC_URI[sha256sum] = "a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6" | 7 | SRC_URI[sha256sum] = "a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6" |
9 | 8 | ||
10 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |