aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2021-02-12 11:06:30 +0000
committerAndrew Yourtchenko <ayourtch@gmail.com>2021-02-12 11:06:53 +0000
commitb789f9992b899916510764dbb94b908e3224c3b5 (patch)
treea519b84882693f20c4dd39132effca6cdb1004aa /Makefile
parentfb0afab7f539f1e28fc01d98b446e3ce1e9812d0 (diff)
build: add missing virtualenv dependencies for debian-10
Type: make Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com> Change-Id: I57a1f90d7fe9e1262f210d0c091bafda5d496c69
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f112c2e73ad..a7cc8d33d3f 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,7 @@ else ifeq ($(OS_VERSION_ID),20.10)
DEB_DEPENDS += clang-format-10
LIBFFI=libffi8ubuntu1
else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-10)
+ DEB_DEPENDS += python3-virtualenv virtualenv
DEB_DEPENDS += libssl-dev
DEB_DEPENDS += libelf-dev # for libbpf (af_xdp)
else