business/openerp-client: Fixed dep information

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-22 23:00:07 -05:00
parent 52017ea87e
commit 5b7f0b0bf4
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,5 @@ domains for small to medium businesses; accounting, stock management,
sales, customer relationship, purchases, project management, etcetera.
This is the client application.
openerp-client requires openerp-server, and matplotlib is optional.
Note that you will get an error on startup if matplotlib is not installed,
but the only functionality lost is presenting graphs.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://openerp.com/download/stable/source/openerp-client-5.0.4.tar.gz"
MD5SUM="39657590a8d61f39cd8c55229e4643a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="matplotlib openerp-server"
REQUIRES="openerp-server"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"