[oe-commits] [meta-openembedded] 28/49: python-six: update RDEPENDS to work on both python2.7 and python3

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 19:47:04 UTC 2016


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

commit 9c00cf3ecf97a2364878e8ca4dcba02ab3ba4a07
Author: Derek Straka <derek at asterius.io>
AuthorDate: Mon Jul 11 22:44:42 2016 -0400

    python-six: update RDEPENDS to work on both python2.7 and python3
    
    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, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc
index 625cbad..e54c0e8 100644
--- a/meta-python/recipes-devtools/python/python-six.inc
+++ b/meta-python/recipes-devtools/python/python-six.inc
@@ -12,4 +12,4 @@ do_install_append() {
     install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
 }
 
-RDEPENDS_${PN} += "python-io"
+RDEPENDS_${PN} += "${PYTHON_PN}-io"

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


More information about the Openembedded-commits mailing list