X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=a7cc8d33d3f9db48ca6ffecb84bb51e61b066a6f;hb=b789f9992b899916510764dbb94b908e3224c3b5;hp=f112c2e73adad31a9ba9ae1739672644055bfe32;hpb=fb0afab7f539f1e28fc01d98b446e3ce1e9812d0;p=vpp.git 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