From a6b29ab198c7aaf9e47b89e7554572039acfa7b1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 23 Mar 2016 16:03:38 -0400 Subject: python-six: add python-io to the depends list Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-six.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc index 450e05b7a7..408c60e88e 100644 --- a/meta-python/recipes-devtools/python/python-six.inc +++ b/meta-python/recipes-devtools/python/python-six.inc @@ -12,3 +12,5 @@ do_compile_append() { do_install_append() { install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ } + +RDEPENDS_${PN} += "python-io" -- cgit 1.2.3-korg