Add missing OpenSUSE Leap 15.0 build deps 30/18530/2
authorBenoît Ganne <bganne@cisco.com>
Tue, 26 Mar 2019 09:27:57 +0000 (10:27 +0100)
committerDamjan Marion <dmarion@me.com>
Tue, 26 Mar 2019 16:33:44 +0000 (16:33 +0000)
Fresh OpenSUSE Leap 15.0 containers are missing build dependencies.

Change-Id: I9b62f36c658862d8f32db5547d2176e6f56df4ea
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Makefile

index 6fba104..57225a4 100644 (file)
--- 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