diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 14:39:11 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:31 -0500 |
commit | 903b3f4e365bd28e32d5fe5d2595460d64a10736 (patch) | |
tree | cd4727a94e42e4ef35f26772c5b12d9b77ff1239 /python | |
parent | dd4aac04f6a714c090f4153131f27f0899346ae9 (diff) | |
download | slackbuilds-903b3f4e365bd28e32d5fe5d2595460d64a10736.tar.gz |
python/python-orbited: Fixed dep information
Diffstat (limited to 'python')
-rw-r--r-- | python/python-orbited/README | 15 | ||||
-rw-r--r-- | python/python-orbited/python-orbited.info | 2 |
2 files changed, 1 insertions, 16 deletions
diff --git a/python/python-orbited/README b/python/python-orbited/README index 84710be1a9..183f8c88d5 100644 --- a/python/python-orbited/README +++ b/python/python-orbited/README @@ -2,18 +2,3 @@ Orbited provides a pure JavaScript/HTML socket in the browser. It is a web router and firewall that allows you to integrate web applications with arbitrary back-end systems. You can implement any network protocol in the browser—without resorting to plugins. - -The following dependencies are needed at compile-timee: - -pysetuptools - -The following dependencies are need at runtime: - -python-demjson -python-morbid -python-stomper -python-uuid -python-twisted - -Build scripts for all these are available at Slackbuilds.org - diff --git a/python/python-orbited/python-orbited.info b/python/python-orbited/python-orbited.info index ce32dc3702..05de2ad76c 100644 --- a/python/python-orbited/python-orbited.info +++ b/python/python-orbited/python-orbited.info @@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/o/orbited/orbited-0.7.10.tar.gz MD5SUM="4f4e85d197466c141b1af466782445c1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pysetuptools python-demjson python-morbid python-stomper python-twisted python-uuid" +REQUIRES="python-demjson python-morbid python-stomper python-twisted python-uuid" MAINTAINER="David Woodfall" EMAIL="dave@dawoodfall.net" |