mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-ujson: correct RDEPENDS to pull in needed python packages
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
63ebe282aa
commit
d27ad560be
@@ -10,4 +10,7 @@ SRC_URI[sha256sum] = "f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a22
|
||||
PYPI_PACKAGE = "ujson"
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} += "python-numbers"
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-numbers \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user