summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"