mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
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 (From OE-Core rev: 3d9072c346bf7bdeecd6197df8b14e39399bdabd) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
65b3d5b4ff
commit
609b468241
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user