mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Drop patches as they were backports which are now available as part of this release. License checksum changed but the license is the same (license address changed from http to https). Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
27 lines
724 B
PHP
27 lines
724 B
PHP
DESCRIPTION = "Python HTTP for Humans."
|
|
HOMEPAGE = "http://python-requests.org"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a8d5a1d1c2d53025e2282c511033f6f7"
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/python-requests:"
|
|
|
|
SRC_URI[md5sum] = "2918817ea4688f4ea21cb4b11e353448"
|
|
SRC_URI[sha256sum] = "ea881206e59f41dbd0bd445437d792e43906703fff75ca8ff43ccdb11f33f263"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS_${PN} += " \
|
|
${PYTHON_PN}-email \
|
|
${PYTHON_PN}-json \
|
|
${PYTHON_PN}-ndg-httpsclient \
|
|
${PYTHON_PN}-netserver \
|
|
${PYTHON_PN}-pyasn1 \
|
|
${PYTHON_PN}-pyopenssl \
|
|
${PYTHON_PN}-pysocks \
|
|
${PYTHON_PN}-urllib3 \
|
|
${PYTHON_PN}-chardet \
|
|
${PYTHON_PN}-idna \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|