From ec6e8d2641fee618ea2fb2476d0b444d35deb0b1 Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Tue, 26 Mar 2019 10:27:57 +0100 Subject: Add missing OpenSUSE Leap 15.0 build deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fresh OpenSUSE Leap 15.0 containers are missing build dependencies. Change-Id: I9b62f36c658862d8f32db5547d2176e6f56df4ea Signed-off-by: Benoît Ganne --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6fba104ad96..57225a41d89 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ endif ifeq ($(OS_ID),opensuse-leap) ifeq ($(SUSE_ID),15.0) - RPM_SUSE_DEVEL_DEPS = libboost_headers-devel libboost_thread-devel gcc + RPM_SUSE_DEVEL_DEPS += libboost_headers-devel libboost_thread-devel gcc git curl RPM_SUSE_PYTHON_DEPS += python3-ply python2-virtualenv endif endif -- cgit 1.2.3-korg