mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python-urllib3: correct RDEPENDS to work on a minimal python instance
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
aa16b31736
commit
63ebe282aa
@@ -8,4 +8,9 @@ SRC_URI[sha256sum] = "63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c
|
||||
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-netclient"
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-email \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-threading \
|
||||
${PYTHON_PN}-zlib \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user