diff options
author | Benoît Ganne <bganne@cisco.com> | 2019-03-26 10:27:57 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-03-26 16:33:44 +0000 |
commit | ec6e8d2641fee618ea2fb2476d0b444d35deb0b1 (patch) | |
tree | c2181527cca6ac3d76107a0824d8d996075e853e | |
parent | 4c3ba81709bab8f9fcdef650e7f742fe9ddbae32 (diff) |
Add missing OpenSUSE Leap 15.0 build deps
Fresh OpenSUSE Leap 15.0 containers are missing build dependencies.
Change-Id: I9b62f36c658862d8f32db5547d2176e6f56df4ea
Signed-off-by: Benoît Ganne <bganne@cisco.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |