diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-requests_2.25.0.bb (renamed from meta-python/recipes-devtools/python/python3-requests_2.24.0.bb) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb index de9a53584b..5284f95982 100644 --- a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb | |||
@@ -1,12 +1,9 @@ | |||
1 | DESCRIPTION = "Python HTTP for Humans." | 1 | DESCRIPTION = "Python HTTP for Humans." |
2 | HOMEPAGE = "http://python-requests.org" | 2 | HOMEPAGE = "http://python-requests.org" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=19b6be66ed463d93fa88c29f7860bcd7" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
5 | 5 | ||
6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-requests:" | 6 | SRC_URI[sha256sum] = "7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8" |
7 | |||
8 | SRC_URI[md5sum] = "b54bff26a389e5932e8b1c4983a99ce7" | ||
9 | SRC_URI[sha256sum] = "b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b" | ||
10 | 7 | ||
11 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
12 | 9 | ||