diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-01-24 19:46:30 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-25 09:28:59 -0800 |
commit | 84ea7c644e124e70a89615675e5bce4e792ae6b6 (patch) | |
tree | bdbd4a17aead088a4517f283ac29d2d4c5e338d9 /meta-python/recipes-devtools/python/python3-cachecontrol_0.14.2.bb | |
parent | a91d9b5d76971bac7da60a09bdcb5cf451fa5be1 (diff) | |
download | meta-openembedded-84ea7c644e124e70a89615675e5bce4e792ae6b6.tar.gz |
python3-cachecontrol: correct license file and checksum
The PKG-INFO line referenced in the LIC_FILES_CHKSUM variable
is outdated, and points to a non-license related detail.
Instead use LICENSE.txt to verify the license.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cachecontrol_0.14.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cachecontrol_0.14.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.2.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.2.bb index 2687eed75e..6a239c06ed 100644 --- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.2.bb +++ b/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "httplib2 caching for requests" | 1 | SUMMARY = "httplib2 caching for requests" |
2 | HOMEPAGE = "https://pypi.org/project/CacheControl/" | 2 | HOMEPAGE = "https://pypi.org/project/CacheControl/" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=12;endline=12;md5=e2fd6ddcf506e08972d5ba4b93c0022e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6572692148079ebbbd800be4b9f36c6d" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "7d47d19f866409b98ff6025b6a0fca8e4c791fb31abbd95f622093894ce903a2" | 6 | SRC_URI[sha256sum] = "7d47d19f866409b98ff6025b6a0fca8e4c791fb31abbd95f622093894ce903a2" |
7 | 7 | ||