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

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 19:46:48 UTC 2016


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

commit 53f8a49fc59437c826212a227b53167f98e47798
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