* [PATCH] python3-requests: cleanup RDEPENDS
@ 2024-05-18 9:48 Guðni Már Gilbert
2024-05-18 10:04 ` Guðni Már Gilbert
0 siblings, 1 reply; 3+ messages in thread
From: Guðni Már Gilbert @ 2024-05-18 9:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Guðni Már Gilbert
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>
---
meta/recipes-devtools/python/python3-requests_2.31.0.bb | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
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 \
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] python3-requests: cleanup RDEPENDS
2024-05-18 9:48 [PATCH] python3-requests: cleanup RDEPENDS Guðni Már Gilbert
@ 2024-05-18 10:04 ` Guðni Már Gilbert
2024-05-28 9:12 ` [OE-core] " Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Guðni Már Gilbert @ 2024-05-18 10:04 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
To continue fixing https://lists.openembedded.org/g/openembedded-core/message/199250 I'm now using a personal email instead my work email (I'm not being paid for this anyway :) ).
I suspect the problem is I was sending the patch as an attachment. That should be fixed now and the patch content should be inline, at least it appears that way in my own email inbox.
[-- Attachment #2: Type: text/html, Size: 493 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [OE-core] [PATCH] python3-requests: cleanup RDEPENDS
2024-05-18 10:04 ` Guðni Már Gilbert
@ 2024-05-28 9:12 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2024-05-28 9:12 UTC (permalink / raw)
To: gudni.m.g, openembedded-core
On Sat, 2024-05-18 at 03:04 -0700, Guðni Már Gilbert via
lists.openembedded.org wrote:
> To continue fixing
> https://lists.openembedded.org/g/openembedded-core/message/199250 I'm
> now using a personal email instead my work email (I'm not being paid
> for this anyway :) ).
>
> I suspect the problem is I was sending the patch as an attachment.
> That should be fixed now and the patch content should be inline, at
> least it appears that way in my own email inbox.
I wanted to mention this worked much better thanks! Sorry for the
delayed reply. The patches should have merged.
Cheers,
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-28 9:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 9:48 [PATCH] python3-requests: cleanup RDEPENDS Guðni Már Gilbert
2024-05-18 10:04 ` Guðni Már Gilbert
2024-05-28 9:12 ` [OE-core] " Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox