diff options
author | Derek Straka <derek@asterius.io> | 2016-07-10 07:17:32 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:33 +0200 |
commit | 53f8a49fc59437c826212a227b53167f98e47798 (patch) | |
tree | 909fb013471ca58062c75830a128dee048ca5127 /meta-python/recipes-devtools | |
parent | d04adba12f50da9a8ecc394e0a3178fe77af311d (diff) | |
download | meta-openembedded-53f8a49fc59437c826212a227b53167f98e47798.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-yappi_0.94.bb | 4 |
1 files 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 bfc0e03b5..83f2bc9e4 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 | |||
10 | PYPI_PACKAGE = "yappi" | 10 | PYPI_PACKAGE = "yappi" |
11 | inherit pypi setuptools | 11 | inherit pypi setuptools |
12 | 12 | ||
13 | RDEPENDS_${PN} = "\ | 13 | RDEPENDS_${PN} += "\ |
14 | ${PYTHON_PN}-core \ | 14 | ${PYTHON_PN}-pickle \ |
15 | ${PYTHON_PN}-threading \ | 15 | ${PYTHON_PN}-threading \ |
16 | " | 16 | " |