* [meta-python][PATCH] python-yappi: correct RDEPENDS to work on a minimal python install
@ 2016-07-10 11:17 Derek Straka
0 siblings, 0 replies; only message in thread
From: Derek Straka @ 2016-07-10 11:17 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Derek Straka <derek@asterius.io>
---
meta-python/recipes-devtools/python/python-yappi_0.94.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 bfc0e03..83f2bc9 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 \
"
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-10 11:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-10 11:17 [meta-python][PATCH] python-yappi: correct RDEPENDS to work on a minimal python install Derek Straka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox