summaryrefslogtreecommitdiffstats
path: root/business
diff options
context:
space:
mode:
author Erik Hanson2012-08-23 06:00:07 +0200
committer Erik Hanson2012-08-23 20:04:34 +0200
commit5b7f0b0bf4192fe1851cb854c7ad2f0b1c21bda2 (patch)
treeb6eb4a5222cfa244648c2539dac54bb5ad50d044 /business
parent52017ea87e140ac8a825ee919085e3a49f706c58 (diff)
downloadslackbuilds-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/README2
-rw-r--r--business/openerp-client/openerp-client.info2
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"