blob: b4df4c5dc7e91972b8b1fb233e9dc4d2da18a4d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
SUMMARY = "Python HTTP for Humans."
HOMEPAGE = "https://requests.readthedocs.io"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
SRC_URI[sha256sum] = "fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"
inherit pypi setuptools3
RDEPENDS:${PN} += " \
python3-certifi \
python3-email \
python3-json \
python3-netserver \
python3-pysocks \
python3-urllib3 \
python3-chardet \
python3-idna \
python3-compression \
"
CVE_PRODUCT = "requests"
BBCLASSEXTEND = "native nativesdk"
|