python-six: add python-io to the depends list

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-03-23 16:03:38 -04:00 committed by Martin Jansa
parent be6d5bc4b1
commit a6b29ab198

View File

@ -12,3 +12,5 @@ do_compile_append() {
do_install_append() {
install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
}
RDEPENDS_${PN} += "python-io"