Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 1 | SUMMARY = "Python HTTP for Humans." |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 2 | HOMEPAGE = "http://python-requests.org" |
| 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 5 | |
Patrick Williams | b542dec | 2023-06-09 01:26:37 -0500 | [diff] [blame] | 6 | SRC_URI[sha256sum] = "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 7 | |
| 8 | inherit pypi setuptools3 |
| 9 | |
| 10 | RDEPENDS:${PN} += " \ |
Patrick Williams | 73bd93f | 2024-02-20 08:07:48 -0600 | [diff] [blame] | 11 | python3-email \ |
| 12 | python3-json \ |
| 13 | python3-ndg-httpsclient \ |
| 14 | python3-netserver \ |
| 15 | python3-pyasn1 \ |
| 16 | python3-pyopenssl \ |
| 17 | python3-pysocks \ |
| 18 | python3-urllib3 \ |
| 19 | python3-chardet \ |
| 20 | python3-idna \ |
| 21 | python3-compression \ |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 22 | " |
| 23 | |
| 24 | CVE_PRODUCT = "requests" |
| 25 | |
| 26 | BBCLASSEXTEND = "native nativesdk" |