=== modified file 'lava_test/test_definitions/ltp.py'
@@ -25,7 +25,7 @@
VERSION="20100831"
URL='http://downloads.sourceforge.net/project/ltp/LTP Source/ltp-%s/ltp-full-%s.bz2' % (VERSION, VERSION)
MD5="6982c72429a62f3917c13b2d529ad1ce"
-DEPS = ['bzip2', 'flex', 'bison', 'make', 'gcc']
+DEPS = ['bzip2', 'flex', 'bison', 'make', 'build-essential']
SCRIPT = """
tar -xjf ltp-full-20100831.bz2
=== modified file 'lava_test/test_definitions/pwrmgmt.py'
@@ -24,7 +24,7 @@
INSTALLSTEPS = ['git clone git://git.linaro.org/tools/pm-qa.git',
'cd pm-qa && make clean && make all']
RUNSTEPS = ['cd pm-qa && make check $(OPTIONS)']
-DEPS = ['git-core', 'make', 'linux-libc-dev', 'util-linux']
+DEPS = ['git-core', 'make', 'linux-libc-dev', 'util-linux', 'build-essential']
pwrmgmtinst = TestInstaller(INSTALLSTEPS, deps=DEPS)
pwrmgmtrun = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS)