From: "Ernst Sjöstrand" <ernstp@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: "Ernst Sjöstrand" <ernstp@gmail.com>
Subject: [PATCH 5/6] python3-requests: fix rdepends
Date: Tue, 2 May 2023 19:34:21 +0200 [thread overview]
Message-ID: <20230502173422.1439794-5-ernstp@gmail.com> (raw)
In-Reply-To: <20230502173422.1439794-1-ernstp@gmail.com>
Remove obsolete or unused rdepends.
Add python3-charset-normalizer.
Signed-off-by: Ernst Sjöstrand <ernstp@gmail.com>
---
.../python/python3-requests_2.28.2.bb | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/meta/recipes-devtools/python/python3-requests_2.28.2.bb b/meta/recipes-devtools/python/python3-requests_2.28.2.bb
index 8ab1ec01212..e16490b2f5a 100644
--- a/meta/recipes-devtools/python/python3-requests_2.28.2.bb
+++ b/meta/recipes-devtools/python/python3-requests_2.28.2.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,17 +8,12 @@ SRC_URI[sha256sum] = "98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2
inherit pypi setuptools3
RDEPENDS:${PN} += " \
- ${PYTHON_PN}-email \
- ${PYTHON_PN}-json \
- ${PYTHON_PN}-ndg-httpsclient \
- ${PYTHON_PN}-netserver \
- ${PYTHON_PN}-pyasn1 \
- ${PYTHON_PN}-pyopenssl \
+ ${PYTHON_PN}-certifi \
+ ${PYTHON_PN}-charset-normalizer \
${PYTHON_PN}-pysocks \
${PYTHON_PN}-urllib3 \
${PYTHON_PN}-chardet \
${PYTHON_PN}-idna \
- ${PYTHON_PN}-compression \
"
CVE_PRODUCT = "requests"
--
2.39.2
next prev parent reply other threads:[~2023-05-02 17:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-02 17:34 [PATCH 1/6] python3-hatchling: fix rdepends Ernst Sjöstrand
2023-05-02 17:34 ` [PATCH 2/6] python3-fixtures: add recipe Ernst Sjöstrand
2023-05-03 12:33 ` [OE-core] " Alexandre Belloni
2023-05-04 4:47 ` Tim Orling
2023-05-04 4:47 ` Tim Orling
2023-05-04 7:34 ` Ernst Sjöstrand
2023-05-02 17:34 ` [PATCH 3/6] python3-testtools: add fixtures to rdepends Ernst Sjöstrand
2023-05-02 17:34 ` [PATCH 4/6] python3-charset-normalizer: add recipe Ernst Sjöstrand
2023-05-04 4:53 ` [OE-core] " Tim Orling
2023-05-02 17:34 ` Ernst Sjöstrand [this message]
2023-05-02 17:34 ` [PATCH 6/6] python3-subunit: fix rdepends Ernst Sjöstrand
[not found] ` <175B640FA76D30B2.7535@lists.openembedded.org>
2023-05-03 9:22 ` [OE-core] [PATCH 5/6] python3-requests: " Ernst Sjöstrand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230502173422.1439794-5-ernstp@gmail.com \
--to=ernstp@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.