diff mbox series

[scarthgap] python3-requests: cleanup RDEPENDS

Message ID 20240702222833.3826-1-gudni.m.g@gmail.com
State Under Review
Delegated to: Steve Sakoman
Headers show
Series [scarthgap] python3-requests: cleanup RDEPENDS | expand

Commit Message

Guðni Már Gilbert July 2, 2024, 10:28 p.m. UTC
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>
---
 meta/recipes-devtools/python/python3-requests_2.31.0.bb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Comments

Guðni Már Gilbert July 3, 2024, 7:40 a.m. UTC | #1
I thought I should mention that now on master branch, python3-ndg-httpsclient recipe is not required for any recipes in openembedded-core. Should it be moved to meta-openembedded?
Alexander Kanavin July 3, 2024, 9:47 a.m. UTC | #2
On Wed, 3 Jul 2024 at 09:40, Guðni Már Gilbert via
lists.openembedded.org
<gudnimar=noxmedical.com@lists.openembedded.org> wrote:
>
> I thought I should mention that now on master branch, python3-ndg-httpsclient recipe is not required for any recipes in openembedded-core. Should it be moved to meta-openembedded?

Yes, that would be good.

Alex
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-requests_2.31.0.bb b/meta/recipes-devtools/python/python3-requests_2.31.0.bb
index df48cd54c3..287b4f8eee 100644
--- a/meta/recipes-devtools/python/python3-requests_2.31.0.bb
+++ b/meta/recipes-devtools/python/python3-requests_2.31.0.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] = "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd
 inherit pypi setuptools3
 
 RDEPENDS:${PN} += " \
+    python3-certifi \
     python3-email \
     python3-json \
-    python3-ndg-httpsclient \
     python3-netserver \
-    python3-pyasn1 \
-    python3-pyopenssl \
     python3-pysocks \
     python3-urllib3 \
     python3-chardet \