python/python-musicbrainz2: Fixed dep information

This commit is contained in:
ponce 2012-08-23 14:33:59 +02:00 committed by Robby Workman
parent 044ef7b9f8
commit b229f95e0e
2 changed files with 3 additions and 2 deletions

View file

@ -5,4 +5,5 @@ web service, as well as parsing the MusicBrainz Metadata XML (MMD), or
calculating DiscIDs from Audio CDs.
If you'd like to generate and install the python-musicbrainz2 API documents,
then install epydoc and pass MAKE_DOCS=yes to the Slackbuild.
then install the optional dependecy epydoc and pass MAKE_DOCS=yes
to the Slackbuild.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/python-
MD5SUM="40ac802d832deca737cce57235cb23a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="epydoc"
REQUIRES=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"