From 5a0016bf4945ec5a7bae0329a3b434992193dd4d Mon Sep 17 00:00:00 2001
From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
Date: Thu, 21 Feb 2019 10:00:13 -0500
Subject: [PATCH] fix: dependencies for iOS and macOS

This patch removes options for dependencies installation for macOS
and iOS because homebrew does not support options anymore.

Change-Id: Ibe75a318a24a740eb259e0999539a7491860fa58
---
 make-ring.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-ring.py b/make-ring.py
index 79fdfebc..b94e5e48 100755
--- a/make-ring.py
+++ b/make-ring.py
@@ -49,7 +49,7 @@ BREW_UNLINK_SCRIPT = [
 
 BREW_INSTALL_SCRIPT = [
     'brew update',
-    'brew install -y %(packages)s',
+    'brew install %(packages)s',
     'brew link --force --overwrite %(packages)s'
 ]
 
-- 
GitLab