diff options
author | Derek Straka <derek@asterius.io> | 2016-03-23 16:03:38 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:27:32 +0100 |
commit | a6b29ab198c7aaf9e47b89e7554572039acfa7b1 (patch) | |
tree | 605a77ad275a59785df9058a9332946e32c131fe /meta-python | |
parent | be6d5bc4b199426653577901500ba3d02a816387 (diff) | |
download | meta-openembedded-a6b29ab198c7aaf9e47b89e7554572039acfa7b1.tar.gz |
python-six: add python-io to the depends list
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-six.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc index 450e05b7a..408c60e88 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() { | |||
12 | do_install_append() { | 12 | do_install_append() { |
13 | install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ | 13 | install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ |
14 | } | 14 | } |
15 | |||
16 | RDEPENDS_${PN} += "python-io" | ||