[oe-commits] [meta-openembedded] 39/44: python-six: add python-io to the depends list

git at git.openembedded.org git at git.openembedded.org
Fri Mar 25 10:24:04 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit a6b29ab198c7aaf9e47b89e7554572039acfa7b1
Author: Derek Straka <derek at asterius.io>
AuthorDate: Wed Mar 23 16:03:38 2016 -0400

    python-six: add python-io to the depends list
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list