Oh, email, json, netserver and compression are from the python standard
library,
they are probably still needed. So this patch is wrong!
I was only thinking about PyPI requires from setup.py here.
(Couldn't they have a more unique name, like python3-core-email or
similar... ?)


Den tis 2 maj 2023 kl 19:35 skrev Ernst Sjöstrand via lists.openembedded.org
<[email protected]>:

> Remove obsolete or unused rdepends.
> Add python3-charset-normalizer.
>
> Signed-off-by: Ernst Sjöstrand <[email protected]>
> ---
>  .../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
>
>
> 
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#180794): 
https://lists.openembedded.org/g/openembedded-core/message/180794
Mute This Topic: https://lists.openembedded.org/mt/98657901/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to