[oe-commits] [meta-openembedded] 27/89: python-yappi: correct RDEPENDS to work on a minimal python install

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 11:08:54 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 91963660a565ca2d3863401eb27d31ff8983f4c6
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Jul 10 07:17:32 2016 -0400

    python-yappi: correct RDEPENDS to work on a minimal python install
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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 \
     "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list