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>
This commit is contained in:
Derek Straka
2016-07-11 22:44:42 -04:00
committed by Martin Jansa
parent 8d55746de4
commit 9c00cf3ecf

View File

@@ -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"