[IMP] auth_crypt: port to passlib instead of using embedded/hand-rolled md5crypt
[odoo/odoo.git] / setup / debian / control
1 Source: openerp
2 Section: net
3 Priority: optional
4 Maintainer: OpenERP SA <al@openerp.com>
5 Build-Depends: debhelper (>= 7.0.50~), python, rsync
6 Standards-Version: 3.9.1
7 Homepage: http://www.openerp.com/
8 Vcs-Bzr: https://launchpad.net/openobject
9
10 Package: openerp
11 Section: net
12 Architecture: all
13 Depends:
14  ${misc:Depends},
15  adduser,
16  python,
17  postgresql-client,
18  python-dateutil,
19  python-decorator,
20  python-docutils,
21  python-feedparser,
22  python-gdata,
23  python-imaging,
24  python-jinja2,
25  python-ldap,
26  python-libxslt1,
27  python-lxml,
28  python-mako,
29  python-mock,
30  python-openid,
31  python-passlib,
32  python-psutil,
33  python-psycopg2,
34  python-pybabel,
35  python-pychart,
36  python-pydot,
37  python-pyparsing,
38  python-reportlab,
39  python-requests,
40  python-simplejson,
41  python-tz,
42  python-unittest2,
43  python-vatnumber,
44  python-vobject,
45  python-webdav,
46  python-werkzeug,
47  python-xlwt,
48  python-yaml,
49  python-zsi
50 Conflicts: tinyerp-server, openerp-server, openerp-web
51 Replaces: tinyerp-server, openerp-server, openerp-web
52 Recommends:
53  antiword,
54  graphviz,
55  ghostscript,
56  postgresql,
57  python-gevent,
58  poppler-utils
59 Description: OpenERP Enterprise Resource Management
60  OpenERP, previously known as TinyERP, is a complete ERP and CRM. The main
61  features are accounting (analytic and financial), stock management, sales and
62  purchases management, tasks automation, marketing campaigns, help desk, POS,
63  etc. Technical features include a distributed server, flexible workflows, an
64  object database, a dynamic GUI, customizable reports, and an XML-RPC
65  interface.
66