build: add missing virtualenv dependencies for debian-10
[vpp.git] / Makefile
index f112c2e..a7cc8d3 100644 (file)
--- 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