aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-yappi_0.98.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-30 14:07:51 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:58 -0800
commitaecdd05a89f503c1b92b75746f086f19c967f94b (patch)
tree45e62933cc1453ee27bbb1fd2c1338d001c28785 /meta-python/recipes-devtools/python/python-yappi_0.98.bb
parentec6c08f74c765c04b0946d604b4c0f074e2b28f7 (diff)
downloadmeta-openembedded-contrib-aecdd05a89f503c1b92b75746f086f19c967f94b.tar.gz
python-yappi: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-yappi_0.98.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-yappi_0.98.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-yappi_0.98.bb b/meta-python/recipes-devtools/python/python-yappi_0.98.bb
index 51308c8c27..651ce7731b 100644
--- a/meta-python/recipes-devtools/python/python-yappi_0.98.bb
+++ b/meta-python/recipes-devtools/python/python-yappi_0.98.bb
@@ -10,6 +10,7 @@ SRC_URI[sha256sum] = "5f657129e1b9b952379ffbc009357d0dcdb58c50f3bfe88ffbb992e4b2
inherit pypi setuptools
RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-datetime \
${PYTHON_PN}-pickle \
${PYTHON_PN}-threading \
"