# HG changeset patch # User Christopher Rogers # Date 1306465301 0 # Node ID 79f3a70dc4b8d05a7b1094c3b3798a84e8174574 # Parent a307819243f5542c84d01a44d4824a46e15bdee6 openerp-server: Add libxslt-python to bdeps. diff -r a307819243f5 -r 79f3a70dc4b8 openerp-server/receipt --- a/openerp-server/receipt Fri May 27 08:29:16 2011 +0200 +++ b/openerp-server/receipt Fri May 27 03:01:41 2011 +0000 @@ -8,17 +8,18 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://openerp.com/" WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" + DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ python-pyparsing graphviz libgcrypt python-pil python-lxml matplotlib \ python-pyxml python-pychart python-pydot egenix-mx-base" -BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ +BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt-python python-reportlab \ python-pychart python-pydot python-dev" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -28,7 +29,7 @@ chmod 777 $fs/var/run/openerp $fs/var/log/openerp cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib $fs/usr - cp -a stuff/* $fs + cp -a $stuff/* $fs sed -i 's|cd .*_pkg|cd |' $fs/usr/bin/openerp-server }