aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-03-23 16:03:38 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-25 11:27:32 +0100
commiteca1b7a1369438da2476dd392f03d61ee2f9314a (patch)
treeff4cdd6c09b3729c1dc23a06e1cea8b6c917cf2f
parent0c07697e162eec6fe2f2ab1a8b7df199ce2c38de (diff)
downloadmeta-python2-eca1b7a1369438da2476dd392f03d61ee2f9314a.tar.gz
python-six: add python-io to the depends list
(From meta-openembedded commit: a6b29ab198c7aaf9e47b89e7554572039acfa7b1) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-six.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-six.inc b/recipes-devtools/python/python-six.inc
index 450e05b..408c60e 100644
--- a/recipes-devtools/python/python-six.inc
+++ b/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"