ip: Router ID included in flow hash
[vpp.git] / Makefile
index ef3cbe8..1ae1684 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -91,10 +91,6 @@ else ifeq ($(OS_VERSION_ID),20.10)
         DEB_DEPENDS += libelf-dev # for libbpf (af_xdp)
         DEB_DEPENDS += clang-format-10
         LIBFFI=libffi8ubuntu1
-else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-9)
-       DEB_DEPENDS += libssl1.0-dev
-       DEB_DEPENDS += python-all python-pip
-       DEB_DEPENDS += python-dev python-all python-pip python-virtualenv
 else ifeq ($(OS_ID)-$(OS_VERSION_ID),debian-10)
        DEB_DEPENDS += libssl-dev
        DEB_DEPENDS += libelf-dev # for libbpf (af_xdp)
@@ -516,7 +512,7 @@ endef
 endif
 
 %.files: .FORCE
-       @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' \) -and \
+       @find . \( -name '*\.[chyS]' -o -name '*\.java' -o -name '*\.lex' -o -name '*\.py' \) -and \
                \( -not -path './build-root*' -o -path \
                './build-root/build-vpp_debug-native/dpdk*' \) > $@