diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-23 20:00:56 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-24 15:51:23 -0500 |
commit | 1ca8a2399e6c077aafa87681fe4b57ca51820d63 (patch) | |
tree | a24ba72c18f9621bde524ddda92940224065a358 /desktop | |
parent | 34db47987b76abecdd98639132640d9530164436 (diff) | |
download | slackbuilds-1ca8a2399e6c077aafa87681fe4b57ca51820d63.tar.gz |
desktop/anki: Fixed dep information
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/anki/README | 5 | ||||
-rw-r--r-- | desktop/anki/anki.info | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/desktop/anki/README b/desktop/anki/README index 37069484cc..773495cabf 100644 --- a/desktop/anki/README +++ b/desktop/anki/README @@ -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. diff --git a/desktop/anki/anki.info b/desktop/anki/anki.info index e71deb8bd9..674455e03f 100644 --- a/desktop/anki/anki.info +++ b/desktop/anki/anki.info @@ -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" |