aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-six.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-07-11 22:44:42 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:37 +0200
commit9c00cf3ecf97a2364878e8ca4dcba02ab3ba4a07 (patch)
treeb87663687b601eb7f881a1f020877d49395ef23a /meta-python/recipes-devtools/python/python-six.inc
parent8d55746de42e39c73160a913aa2d035453413144 (diff)
downloadmeta-openembedded-contrib-9c00cf3ecf97a2364878e8ca4dcba02ab3ba4a07.tar.gz
python-six: update RDEPENDS to work on both python2.7 and python3
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-six.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-six.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-six.inc b/meta-python/recipes-devtools/python/python-six.inc
index 625cbad17f..e54c0e8c3f 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"