desktop/anki: Fixed dep information

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-23 20:00:56 -05:00
parent 34db47987b
commit 1ca8a2399e
2 changed files with 2 additions and 5 deletions

View File

@ -7,7 +7,4 @@ Anyone who needs to remember things in their daily life can benefit
from Anki. Since it is content-agnostic and supports images, audio,
videos and scientific markup (via LaTeX), the possibilities are endless.
This requires pysetuptools, SQLAlchemy, simplejson, numpy, matplotlib,
and BeautifulSoup
For audio recording support pyaudio and lame are required.
For audio recording support PyAudio and lame are required.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://anki.googlecode.com/files/anki-1.2.9.tgz"
MD5SUM="3b32c40c589565ebd5b349f8e0d36967"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="BeautifulSoup PyAudio SQLAlchemy lame matplotlib numpy pysetuptools simplejson"
REQUIRES="BeautifulSoup SQLAlchemy matplotlib numpy distribute simplejson"
MAINTAINER="Giuseppe Scalzi"
EMAIL="giuseppe@osgate.org"