smem: Add appropriate python modules to rdeps

It wont work without these modules at runtime

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj 2015-12-01 01:56:54 -08:00 committed by Martin Jansa
parent 4b7a496880
commit e97c0b462b

View File

@ -24,3 +24,4 @@ do_install() {
install -m 0755 ${S}/smemcap ${D}${bindir}/
install -m 0644 ${S}/smem.8 ${D}/${mandir}/man8/
}
RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codecs"