mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
be6d5bc4b1
commit
a6b29ab198
|
|
@ -12,3 +12,5 @@ do_compile_append() {
|
|||
do_install_append() {
|
||||
install -m 0644 ${S}/*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "python-io"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user