python/python-spidermonkey: Fixed dep information

This commit is contained in:
ponce 2012-08-23 14:44:35 +02:00 committed by Robby Workman
parent ff166f12a9
commit 1655f85ee1
2 changed files with 1 additions and 3 deletions

View file

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

View file

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