aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2022-02-05 09:27:05 -0500
committerAndrew Yourtchenko <ayourtch@gmail.com>2022-02-07 16:39:35 +0000
commitfa5aabbf0b26e4d3073e34b36e1dbb51db7df975 (patch)
tree5dcdbb8efba6346142be01d58655908e79c009e6 /Makefile
parent7463900dbd8df07c384e8a8017ec0392309efee6 (diff)
tests: Update python packages
- pip == 22.0.3 - pip-tools == 6.5.0 - setuptools == 60.7.1 (now pinned in test/Makefile) - upgrade packages in requirements-3.txt - install iperf3 for 'make test TEST=vcl' Type: test Signed-off-by: Dave Wallace <dwallacelf@gmail.com> Change-Id: I1bd85f10fb4f6ba87b9bc1267905e5f1b8eb16de
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b7dd36d77b..fd211f8fccf 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ DEB_DEPENDS += enchant # for docs
DEB_DEPENDS += python3-virtualenv
DEB_DEPENDS += libssl-dev
DEB_DEPENDS += libelf-dev # for libbpf (af_xdp)
+DEB_DEPENDS += iperf3 # for 'make test TEST=vcl'
LIBFFI=libffi6 # works on all but 20.04 and debian-testing