missing deps zsi
authorAntony Lesuisse <al@openerp.com>
Sat, 1 Oct 2011 18:57:36 +0000 (20:57 +0200)
committerAntony Lesuisse <al@openerp.com>
Sat, 1 Oct 2011 18:57:36 +0000 (20:57 +0200)
bzr revid: al@openerp.com-20111001185736-ttwjp6fmoxcm1syd

debian/control
setup.py

index bdb8490..f8f4e08 100644 (file)
@@ -14,7 +14,29 @@ Package: openerp
 Section: net
 Architecture: all
 Depends:
- ${misc:Depends}, adduser, python, postgresql-client, python-dateutil, python-gdata, python-ldap, python-libxslt1, python-lxml, python-mako, python-openid, python-psycopg2, python-pybabel, python-pychart, python-pydot, python-pyparsing, python-reportlab, python-simplejson python-tz, python-webdav, python-werkzeug, python-yaml
+ ${misc:Depends},
+ adduser,
+ python,
+ postgresql-client,
+ python-dateutil,
+ python-gdata,
+ python-ldap,
+ python-libxslt1,
+ python-lxml,
+ python-mako,
+ python-openid,
+ python-psycopg2,
+ python-pybabel,
+ python-pychart,
+ python-pydot,
+ python-pyparsing,
+ python-reportlab,
+ python-simplejson,
+ python-tz,
+ python-webdav,
+ python-werkzeug,
+ python-yaml,
+ python-zsi
 Conflicts: tinyerp-server, openerp-server
 Replaces: tinyerp-server, openerp-server
 Recommends:
index 72625af..d52bf95 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -104,6 +104,7 @@ setuptools.setup(
           'simplejson',
           'vatnumber', # recommended by base_vat
           'werkzeug',
+          'zsi',
       ],
       extras_require = {
           'SSL' : ['pyopenssl'],