We missed that dependency to build the tko_pdb2 module properly on both Fedora and Ubuntu.
CC: Nishanth Aravamudan <[email protected]> Signed-off-by: Lucas Meneghel Rodrigues <[email protected]> --- frontend/pkgdeps.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/pkgdeps.py b/frontend/pkgdeps.py index 191bb25..94b3398 100644 --- a/frontend/pkgdeps.py +++ b/frontend/pkgdeps.py @@ -27,7 +27,8 @@ FEDORA_REDHAT_PKGS = [ 'unzip', 'urw-fonts', 'wget', - 'protobuf-compiler'] + 'protobuf-compiler', + 'protobuf-python'] UBUNTU_PKGS = [ @@ -52,7 +53,8 @@ UBUNTU_PKGS = [ 'python-simplejson', 'unzip', 'wget', - 'protobuf-compiler'] + 'protobuf-compiler', + 'python-protobuf'] PKG_DEPS = {'Fedora' : FEDORA_REDHAT_PKGS, -- 1.8.1.4 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
