parted: parted-ptest RDEPENDS on python

python scripts:
parted-ptest/usr/lib64/parted/ptest/tests/gpt-header-move
parted-ptest/usr/lib64/parted/ptest/tests/msdos-overlap

(From OE-Core rev: 80262094fde6a44afd954bbecc7e016243661b81)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2015-01-05 18:56:10 -08:00 committed by Richard Purdie
parent ca133bcbd1
commit 23864d6e3f
1 changed files with 1 additions and 1 deletions

View File

@ -40,4 +40,4 @@ do_install_ptest() {
sed -e 's| ../parted||' -i $t/tests/*.sh
}
RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup"
RDEPENDS_${PN}-ptest = "bash coreutils perl util-linux-losetup python"