From 9c00cf3ecf97a2364878e8ca4dcba02ab3ba4a07 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 11 Jul 2016 22:44:42 -0400 Subject: python-six: update RDEPENDS to work on both python2.7 and python3 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-six.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-six.inc') 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" -- cgit 1.2.3-korg