python/python-orbited: Fixed dep information

This commit is contained in:
ponce 2012-08-23 14:39:11 +02:00 committed by Robby Workman
parent dd4aac04f6
commit 903b3f4e36
2 changed files with 1 additions and 16 deletions

View File

@ -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

View File

@ -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"