blob: 7ac43f2eb9e02dd947155fd2f435cf966695058a [file] [log] [blame]
Patrick Williams8e7b46e2023-05-01 14:19:06 -05001SUMMARY = "Python HTTP for Humans."
Andrew Geissler595f6302022-01-24 19:11:47 +00002HOMEPAGE = "http://python-requests.org"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
5
Patrick Williamsb542dec2023-06-09 01:26:37 -05006SRC_URI[sha256sum] = "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"
Andrew Geissler595f6302022-01-24 19:11:47 +00007
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-email \
12 ${PYTHON_PN}-json \
13 ${PYTHON_PN}-ndg-httpsclient \
14 ${PYTHON_PN}-netserver \
15 ${PYTHON_PN}-pyasn1 \
16 ${PYTHON_PN}-pyopenssl \
17 ${PYTHON_PN}-pysocks \
18 ${PYTHON_PN}-urllib3 \
19 ${PYTHON_PN}-chardet \
20 ${PYTHON_PN}-idna \
Patrick Williams92b42cb2022-09-03 06:53:57 -050021 ${PYTHON_PN}-compression \
Andrew Geissler595f6302022-01-24 19:11:47 +000022"
23
24CVE_PRODUCT = "requests"
25
26BBCLASSEXTEND = "native nativesdk"