diff options
| -rw-r--r-- | meta/recipes-devtools/python/python3-requests_2.32.1.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3-requests_2.32.1.bb b/meta/recipes-devtools/python/python3-requests_2.32.1.bb index e0295313ee..a1144181bc 100644 --- a/meta/recipes-devtools/python/python3-requests_2.32.1.bb +++ b/meta/recipes-devtools/python/python3-requests_2.32.1.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SUMMARY = "Python HTTP for Humans." | 1 | SUMMARY = "Python HTTP for Humans." |
| 2 | HOMEPAGE = "http://python-requests.org" | 2 | HOMEPAGE = "https://requests.readthedocs.io" |
| 3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 5 | 5 | ||
| @@ -8,12 +8,10 @@ SRC_URI[sha256sum] = "eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930 | |||
| 8 | inherit pypi python_setuptools_build_meta | 8 | inherit pypi python_setuptools_build_meta |
| 9 | 9 | ||
| 10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
| 11 | python3-certifi \ | ||
| 11 | python3-email \ | 12 | python3-email \ |
| 12 | python3-json \ | 13 | python3-json \ |
| 13 | python3-ndg-httpsclient \ | ||
| 14 | python3-netserver \ | 14 | python3-netserver \ |
| 15 | python3-pyasn1 \ | ||
| 16 | python3-pyopenssl \ | ||
| 17 | python3-pysocks \ | 15 | python3-pysocks \ |
| 18 | python3-urllib3 \ | 16 | python3-urllib3 \ |
| 19 | python3-chardet \ | 17 | python3-chardet \ |
