diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 14:44:35 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:31 -0500 |
commit | 1655f85ee11e3ec3e394ba25ebda121e0246631a (patch) | |
tree | 19627200b477d4fd321466df7287411f6d01f852 /python/python-spidermonkey | |
parent | ff166f12a920c305b0d218e43f0776024772ebec (diff) | |
download | slackbuilds-1655f85ee11e3ec3e394ba25ebda121e0246631a.tar.gz |
python/python-spidermonkey: Fixed dep information
Diffstat (limited to 'python/python-spidermonkey')
-rw-r--r-- | python/python-spidermonkey/README | 2 | ||||
-rw-r--r-- | python/python-spidermonkey/python-spidermonkey.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/python/python-spidermonkey/README b/python/python-spidermonkey/README index 9d6d6dd69a..7eaa3a1044 100644 --- a/python/python-spidermonkey/README +++ b/python/python-spidermonkey/README @@ -3,5 +3,3 @@ JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding. - -This requires pysetuptools, nose, and js. diff --git a/python/python-spidermonkey/python-spidermonkey.info b/python/python-spidermonkey/python-spidermonkey.info index 625ed261f2..cf11196f24 100644 --- a/python/python-spidermonkey/python-spidermonkey.info +++ b/python/python-spidermonkey/python-spidermonkey.info @@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/p/python-spidermonkey/python-sp MD5SUM="035ffc4650e2193a09dd4f81bc30fafd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="js nose pysetuptools" +REQUIRES="js nose" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" |