mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-pymongo: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
8e9b6e2697
commit
7032352c45
@@ -17,6 +17,7 @@ FILES_${PYTHON_PN}-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*"
|
||||
|
||||
RDEPENDS_${PYTHON_PN}-bson += " \
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-threading \
|
||||
@@ -24,4 +25,5 @@ RDEPENDS_${PYTHON_PN}-bson += " \
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-bson \
|
||||
${PYTHON_PN}-pprint \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user