business/openerp-server: Fixed dep information
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
13de73f610
commit
52017ea87e
|
@ -13,6 +13,3 @@ This will setup OpenERP for the use with postgresql on localhost. There is
|
|||
no need to set a password on localhost. However, if you are going to run
|
||||
postgresql on a different server, you will have to run createuser like this:
|
||||
createuser -U postgres --no-adduser -P terp
|
||||
|
||||
This requires egenix-mx-base, vobject, PyXML, reportlab, pychart, pydot,
|
||||
lxml, pytz, postgresql, and psycopg2.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://www.openerp.com/download/stable/source/openerp-server-5.0.4.tar
|
|||
MD5SUM="043a19025943080207a9d6ca2e904d6f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="PyXML egenix-mx-base lxml postgresql psycopg2 pychart pydot pytz reportlab vobject"
|
||||
REQUIRES="egenix-mx-base vobject PyXML reportlab pychart pydot lxml pytz postgresql psycopg2"
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
|
|
Loading…
Reference in New Issue