diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-26 23:31:24 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-26 23:35:17 -0500 |
commit | 04d78049434092fc1fcbb01791e05cc304fba734 (patch) | |
tree | 6b8dcfcfd5966d2d44bdf82f94a710bfd1e84f3e | |
parent | 304fc241f90ad1dba0a0a1a4209bb1773f4acd96 (diff) | |
download | slackbuilds-04d78049434092fc1fcbb01791e05cc304fba734.tar.gz slackbuilds-04d78049434092fc1fcbb01791e05cc304fba734.tar.xz |
misc/protobuf: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r-- | misc/protobuf/README | 5 | ||||
-rw-r--r-- | misc/protobuf/protobuf.info | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/misc/protobuf/README b/misc/protobuf/README index 505070d12f4..b6e42f9ebd3 100644 --- a/misc/protobuf/README +++ b/misc/protobuf/README @@ -8,8 +8,3 @@ read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format. - -pysetuptools is a recommended dependency unless you disable python -support by running the build with "PYTHON=no ./protobuf.SlackBuild" -By default we build the python libraries because a few programs -require it. diff --git a/misc/protobuf/protobuf.info b/misc/protobuf/protobuf.info index 5a3029ed77f..fbcefa04205 100644 --- a/misc/protobuf/protobuf.info +++ b/misc/protobuf/protobuf.info @@ -5,6 +5,6 @@ DOWNLOAD="http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2" MD5SUM="ed436802019c9e1f40cc750eaf78f318" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools" +REQUIRES="distribute" MAINTAINER="M.Dinslage" EMAIL="daedra1980{at}gmail{dot}com" |