From 53f8a49fc59437c826212a227b53167f98e47798 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 10 Jul 2016 07:17:32 -0400 Subject: python-yappi: correct RDEPENDS to work on a minimal python install Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-yappi_0.94.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-yappi_0.94.bb b/meta-python/recipes-devtools/python/python-yappi_0.94.bb index bfc0e03b5c..83f2bc9e49 100644 --- a/meta-python/recipes-devtools/python/python-yappi_0.94.bb +++ b/meta-python/recipes-devtools/python/python-yappi_0.94.bb @@ -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 \ " -- cgit v1.2.3-54-g00ecf