laforge has submitted this change. (
https://gerrit.osmocom.org/c/upf-benchmark/+/39844?usp=email )
Change subject: doc: trex_setup.adoc: Add missing dep python3-distutils
......................................................................
doc: trex_setup.adoc: Add missing dep python3-distutils
This is needed to run "./dpdk_setup_ports.py -s" later on.
Change-Id: Iddfa0e3f2b6e359615d2a7a599890d35648320db
---
M doc/manuals/chapters/trex_setup.adoc
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/doc/manuals/chapters/trex_setup.adoc b/doc/manuals/chapters/trex_setup.adoc
index 398f2c3..ed7340b 100644
--- a/doc/manuals/chapters/trex_setup.adoc
+++ b/doc/manuals/chapters/trex_setup.adoc
@@ -29,7 +29,7 @@
Install dependencies:
----
-# apt install build-essential zlib1g-dev
+# apt install build-essential zlib1g-dev python3-distutils
----
--
To view, visit
https://gerrit.osmocom.org/c/upf-benchmark/+/39844?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: upf-benchmark
Gerrit-Branch: master
Gerrit-Change-Id: Iddfa0e3f2b6e359615d2a7a599890d35648320db
Gerrit-Change-Number: 39844
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>