summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2024-05-18 09:48:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-23 11:25:27 +0100
commit44183892cdfeb8d0231b90bd6990dabe77da7473 (patch)
tree896ace86a9e53511ca706d1e2417953b6ccb5eeb /meta/recipes-devtools/python
parent98151fbd4864fb5c6728b7faed0ad83723f962ef (diff)
downloadopenembedded-core-contrib-44183892cdfeb8d0231b90bd6990dabe77da7473.tar.gz
python3-requests: cleanup RDEPENDS
Drop the following dependencies from RDEPENDS: - python3-ndg-httpsclient - python3-pyasn1 - python3-pyopenssl Add a missing dependency into RDEPENDS: - python3-certifi Additional fix HOMEPAGE, the old link doesn't work Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-requests_2.32.1.bb6
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 @@
SUMMARY = "Python HTTP for Humans."
-HOMEPAGE = "http://python-requests.org"
+HOMEPAGE = "https://requests.readthedocs.io"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
@@ -8,12 +8,10 @@ SRC_URI[sha256sum] = "eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930
inherit pypi python_setuptools_build_meta
RDEPENDS:${PN} += " \
+ python3-certifi \
python3-email \
python3-json \
- python3-ndg-httpsclient \
python3-netserver \
- python3-pyasn1 \
- python3-pyopenssl \
python3-pysocks \
python3-urllib3 \
python3-chardet \