From 5e7ec200578f5c1dba94a2795f0a86efa7d31a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvin=20=C5=A0ipraga?= Date: Wed, 27 Jan 2021 10:05:03 +0000 Subject: [PATCH] doc: add python package requirements for test-runner --- doc/test-runner.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 3426d1dc..c5f29324 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -40,6 +40,15 @@ Note: Running EAP-SIM/AKA/AKA' tests using oFono will require oFono and phonesim to be installed on the host. This is explained further in the "Running with oFono and phonesim" section. +In addition, the following Python packages are required: + + Name: Tested ver.: + 1. python-prettytable 0.7.2 + 2. python-termcolor 1.1.0 + 3. python-pyroute2 0.5.14 + 4. python-gobject 3.38.0 + 5. python-dbus 1.2.16 + Building Kernel ===============