mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
python3-urllib3: Remove
This recipe has been moved to oe-core. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
committed by
Trevor Gamblin
parent
230dcc9829
commit
5a91f2b8f9
@@ -421,7 +421,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
|
|||||||
python3-ujson \
|
python3-ujson \
|
||||||
python3-unidiff \
|
python3-unidiff \
|
||||||
python3-uritemplate \
|
python3-uritemplate \
|
||||||
python3-urllib3 \
|
|
||||||
python3-vcversioner \
|
python3-vcversioner \
|
||||||
python3-versiontools \
|
python3-versiontools \
|
||||||
python3-visitor \
|
python3-visitor \
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
|
|
||||||
HOMEPAGE = "https://github.com/shazow/urllib3"
|
|
||||||
LICENSE = "MIT"
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
|
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"
|
|
||||||
|
|
||||||
inherit pypi setuptools3
|
|
||||||
|
|
||||||
RDEPENDS:${PN} += "\
|
|
||||||
${PYTHON_PN}-certifi \
|
|
||||||
${PYTHON_PN}-cryptography \
|
|
||||||
${PYTHON_PN}-email \
|
|
||||||
${PYTHON_PN}-idna \
|
|
||||||
${PYTHON_PN}-netclient \
|
|
||||||
${PYTHON_PN}-pyopenssl \
|
|
||||||
${PYTHON_PN}-threading \
|
|
||||||
"
|
|
||||||
|
|
||||||
CVE_PRODUCT = "urllib3"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
|
||||||
Reference in New Issue
Block a user