mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-yappi: correct RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
d04adba12f
commit
53f8a49fc5
|
|
@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "15cc17dba1252ecaae29ced1e96c216165d93fd3e9ea05dff1f5e5866f
|
|||
PYPI_PACKAGE = "yappi"
|
||||
inherit pypi setuptools
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-core \
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-pickle \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user