X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=50f33bc8922d26c229af1d673c3822436906969f;hb=ed999e3b8159eb5b584354af95686a84fb012e05;hp=52f4a2655cb189781f0551a129aeb6f4a965987b;hpb=e56008519b87d7ac8d4e5e5cce7be3233ee1727b;p=vpp.git diff --git a/Makefile b/Makefile index 52f4a2655cb..50f33bc8922 100644 --- 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