diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-requests_2.32.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-requests_2.32.3.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-requests_2.32.3.bb b/meta/recipes-devtools/python/python3-requests_2.32.3.bb new file mode 100644 index 0000000000..4f0638b50c --- /dev/null +++ b/meta/recipes-devtools/python/python3-requests_2.32.3.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Python HTTP for Humans." | ||
| 2 | HOMEPAGE = "https://requests.readthedocs.io" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-certifi \ | ||
| 12 | python3-email \ | ||
| 13 | python3-json \ | ||
| 14 | python3-netserver \ | ||
| 15 | python3-pysocks \ | ||
| 16 | python3-urllib3 \ | ||
| 17 | python3-chardet \ | ||
| 18 | python3-idna \ | ||
| 19 | python3-compression \ | ||
| 20 | " | ||
| 21 | |||
| 22 | CVE_PRODUCT = "requests" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
