mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
python-cython: fill in missing rdepends
There are a few runtime dependencies not listed, so add them. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
59d22dd39f
commit
d49518586d
@@ -13,8 +13,13 @@ SRC_URI[sha256sum] = "6a00512de1f2e3ce66ba35c5420babaef1fe2d9c43a8faab4080b0dbcc
|
|||||||
inherit pypi
|
inherit pypi
|
||||||
|
|
||||||
RDEPENDS_${PN}_class-target += "\
|
RDEPENDS_${PN}_class-target += "\
|
||||||
|
${PYTHON_PN}-misc \
|
||||||
${PYTHON_PN}-netserver \
|
${PYTHON_PN}-netserver \
|
||||||
|
${PYTHON_PN}-pkgutil \
|
||||||
|
${PYTHON_PN}-pyparsing \
|
||||||
|
${PYTHON_PN}-setuptools \
|
||||||
${PYTHON_PN}-shell \
|
${PYTHON_PN}-shell \
|
||||||
|
${PYTHON_PN}-xml \
|
||||||
"
|
"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
|
|||||||
Reference in New Issue
Block a user