aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit40c59c6bf00fce97b14ebb225a1c2cc9a0cf673f (patch)
treeb94c7fbedb889e7cad1825b264a2a947c61b19bf /recipes-devtools/python/python-six.inc
parentd9ad96df692dc3b1b183e6cc143341ae023f073a (diff)
downloadmeta-python2-40c59c6bf00fce97b14ebb225a1c2cc9a0cf673f.tar.gz
python-six: update RDEPENDS to work on both python2.7 and python3
(From meta-openembedded commit: 9c00cf3ecf97a2364878e8ca4dcba02ab3ba4a07) 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>
Diffstat (limited to 'recipes-devtools/python/python-six.inc')
-rw-r--r--recipes-devtools/python/python-six.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-six.inc b/recipes-devtools/python/python-six.inc
index 625cbad..e54c0e8 100644
--- a/recipes-devtools/python/python-six.inc
+++ b/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"