summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2015-01-05 03:55:41 +0100
committer Willy Sudiarto Raharjo2015-01-05 03:55:41 +0100
commit68711929def20c0466759db66222798bad5402e6 (patch)
tree3a6a57e5f0035aa895f1fe80f6bdfca98749250a
parent2365b5c760076fcb2a1242d371c9051e8fb952a1 (diff)
downloadslackbuilds-68711929def20c0466759db66222798bad5402e6.tar.gz
misc/protobuf: Update DEP.
This will prevent protobuf to download sources from Internet. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--misc/protobuf/protobuf.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/protobuf/protobuf.info b/misc/protobuf/protobuf.info
index cd0d6a76f5..8f2d955b77 100644
--- a/misc/protobuf/protobuf.info
+++ b/misc/protobuf/protobuf.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/google/protobuf/releases/download/v2.6.1/protobuf-2
MD5SUM="11aaac2d704eef8efd1867a807865d85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pytz python-dateutil"
+REQUIRES="pytz python-dateutil python-gflags"
MAINTAINER="M.Dinslage"
EMAIL="daedra1980{at}gmail{dot}com"