[oe] [meta-python][PATCH 1/5] python-six: add python-io to the depends list

Derek Straka derek at asterius.io
Wed Mar 23 20:03:38 UTC 2016


Signed-off-by: Derek Straka <derek at asterius.io>
---
 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 450e05b..408c60e 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"
-- 
1.9.1




More information about the Openembedded-devel mailing list