build rpm-packaging: Remove boost dependencies from VOM
[vpp.git] / Makefile
index 52f4a26..50f33bc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -168,12 +168,12 @@ RPM_SUSE_PLATFORM_DEPS = distribution-release shadow rpm-build
 ifeq ($(OS_ID),opensuse-leap)
 ifeq ($(OS_VERSION_ID),15.3)
        RPM_SUSE_DEVEL_DEPS += curl libstdc++-devel bison gcc-c++ zlib-devel xmlto
-       RPM_SUSE_DEVEL_DEPS += libboost_headers-devel libboost_thread-devel lsb-release
+       RPM_SUSE_DEVEL_DEPS += lsb-release
        RPM_SUSE_DEVEL_DEPS += asciidoc git
        RPM_SUSE_PYTHON_DEPS += python3 python2-ply
 endif
 ifeq ($(OS_VERSION_ID),15.0)
-       RPM_SUSE_DEVEL_DEPS += libboost_headers-devel libboost_thread-devel gcc git curl
+       RPM_SUSE_DEVEL_DEPS += gcc git curl
        RPM_SUSE_PYTHON_DEPS += python3-ply python2-virtualenv
 endif
 endif