wok-stable rev 9667

openerp-web: fix depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 15:56:46 2011 +0200 (2011-05-02)
parents aaed053572c3
children c6fba7ac5ced
files openerp-web/receipt openerp-web/stuff/etc/init.d/openerp-web
line diff
     1.1 --- a/openerp-web/receipt	Sun May 01 14:19:21 2011 +0200
     1.2 +++ b/openerp-web/receipt	Mon May 02 15:56:46 2011 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4  WEB_SITE="http://openerp.com/"
     1.5  WGET_URL="$WEB_SITE/download/stable/source/$TARBALL"
     1.6  DEPENDS="matplotlib setuptools python-turbogears python-pil python \
     1.7 -python-pyxml python-pyparsing"
     1.8 +python-pyxml python-pyparsing python-babel python-mako python-markupsafe"
     1.9  BUILD_DEPENDS="setuptools python-dev python python-pyxml python-turbogears"
    1.10  CONFIG_FILES="/etc/openerp/openerp-web.conf"
    1.11  # http://doc.openerp.com/install/linux/web/index.html
     2.1 --- a/openerp-web/stuff/etc/init.d/openerp-web	Sun May 01 14:19:21 2011 +0200
     2.2 +++ b/openerp-web/stuff/etc/init.d/openerp-web	Mon May 02 15:56:46 2011 +0200
     2.3 @@ -10,7 +10,7 @@
     2.4  
     2.5  NAME=openerp-web
     2.6  DESC="openerp-web server"
     2.7 -DAEMON=/usr/bin/start-openerp-web
     2.8 +DAEMON=/usr/bin/openerp-web
     2.9  OPTIONS=$OPENERP_WEB_OPTIONS
    2.10  PIDFILE=/var/run/openerp-web.pid
    2.11  [ -n "$OPTIONS" ] || OPTIONS="-c /etc/openerp/openerp-web.conf"