diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-31 07:37:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-31 07:37:10 +0700 |
commit | 05ac6a6e20f6298a1e2e7271b88fffe1bdc15c9d (patch) | |
tree | a248189046711f4f96a35e85d6e836c820c77601 /misc/protobuf | |
parent | 50badc893f76d5fb6dec55762f58f223715c65e2 (diff) | |
download | slackbuilds-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/protobuf')
-rw-r--r-- | misc/protobuf/protobuf.info | 2 |
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" |