+ added the DESCRIPTION taken from the README.md + sorted the RDEPENDS + untabify
Signed-off-by: Jan Vermaete <[email protected]> --- ...uests_2.33.1.bb => python3-requests_2.34.2.bb} | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) rename meta/recipes-devtools/python/{python3-requests_2.33.1.bb => python3-requests_2.34.2.bb} (71%) diff --git a/meta/recipes-devtools/python/python3-requests_2.33.1.bb b/meta/recipes-devtools/python/python3-requests_2.34.2.bb similarity index 71% rename from meta/recipes-devtools/python/python3-requests_2.33.1.bb rename to meta/recipes-devtools/python/python3-requests_2.34.2.bb index e9c6fe4e97..8230e8ce43 100644 --- a/meta/recipes-devtools/python/python3-requests_2.33.1.bb +++ b/meta/recipes-devtools/python/python3-requests_2.34.2.bb @@ -1,29 +1,30 @@ SUMMARY = "Python HTTP for Humans." +DESCRIPTION = "Requests is a simple, yet elegant, HTTP library." HOMEPAGE = "https://requests.readthedocs.io" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517" +SRC_URI[sha256sum] = "f288924cae4e29463698d6d60bc6a4da69c89185ad1e0bcc4104f584e960b9ed" SRC_URI:append:class-nativesdk = " file://environment.d-python3-requests.sh" do_install:append:class-nativesdk() { - mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d - install -m 644 ${UNPACKDIR}/environment.d-python3-requests.sh ${D}${SDKPATHNATIVE}/environment-setup.d/python3-requests.sh + mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d + install -m 644 ${UNPACKDIR}/environment.d-python3-requests.sh ${D}${SDKPATHNATIVE}/environment-setup.d/python3-requests.sh } -RDEPENDS:${PN} += " \ +RDEPENDS:${PN} += "\ python3-certifi \ + python3-chardet \ + python3-compression \ python3-email \ + python3-idna \ python3-json \ python3-netserver \ python3-pysocks \ python3-urllib3 \ - python3-chardet \ - python3-idna \ - python3-compression \ " FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/python3-requests.sh" -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237566): https://lists.openembedded.org/g/openembedded-core/message/237566 Mute This Topic: https://lists.openembedded.org/mt/119467960/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
