diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-22 23:00:07 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-23 13:04:34 -0500 |
commit | 5b7f0b0bf4192fe1851cb854c7ad2f0b1c21bda2 (patch) | |
tree | b6eb4a5222cfa244648c2539dac54bb5ad50d044 /business | |
parent | 52017ea87e140ac8a825ee919085e3a49f706c58 (diff) | |
download | slackbuilds-5b7f0b0bf4192fe1851cb854c7ad2f0b1c21bda2.tar.gz |
business/openerp-client: Fixed dep information
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'business')
-rw-r--r-- | business/openerp-client/README | 2 | ||||
-rw-r--r-- | business/openerp-client/openerp-client.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/business/openerp-client/README b/business/openerp-client/README index 53e85d1193..cf812b3131 100644 --- a/business/openerp-client/README +++ b/business/openerp-client/README @@ -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. diff --git a/business/openerp-client/openerp-client.info b/business/openerp-client/openerp-client.info index 51c51794fb..516715b1e0 100644 --- a/business/openerp-client/openerp-client.info +++ b/business/openerp-client/openerp-client.info @@ -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" |