mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/spyder: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
d87889b583
commit
2181ac9918
2 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@ Spyder (previously known as Pydee) is a powerful interactive development
|
|||
environment for the Python language with advanced editing, interactive testing,
|
||||
debugging and introspection features.
|
||||
|
||||
Spyder requires Sphinx. Optional dependencies for spyder are ipython, rope,
|
||||
matplotlib, numpy, pyflakes, pep8, pylint and scipy.
|
||||
Optional dependencies for spyder are ipython, rope, matplotlib, numpy,
|
||||
pyflakes, pep8, pylint, and scipy.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://spyderlib.googlecode.com/files/spyder-2.1.10.zip"
|
|||
MD5SUM="bec278d765e93bcb88fda2828d01120c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ipython matplotlib numpy pep8 pyflakes pylint rope scipy sphinx"
|
||||
REQUIRES="Sphinx"
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
|
|
Loading…
Reference in a new issue