summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2014-12-31 01:37:10 +0100
committer Willy Sudiarto Raharjo2014-12-31 01:37:10 +0100
commit05ac6a6e20f6298a1e2e7271b88fffe1bdc15c9d (patch)
treea248189046711f4f96a35e85d6e836c820c77601 /misc
parent50badc893f76d5fb6dec55762f58f223715c65e2 (diff)
downloadslackbuilds-05ac6a6e20f6298a1e2e7271b88fffe1bdc15c9d.tar.gz
misc/protobuf: Update DEPS.
This will prevent several modules gets downloaded from Internet. We still need one more module: python-gflags (not yet available on SBo). Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-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 7cce6d339f..cd0d6a76f5 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="pysetuptools"
+REQUIRES="pytz python-dateutil"
MAINTAINER="M.Dinslage"
EMAIL="daedra1980{at}gmail{dot}com"