Skip to content

Commit 372943b

Browse files
[FIX] missing deps python-ldap
bzr revid: [email protected]
1 parent a0822d0 commit 372943b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Package: openerp
1414
Section: net
1515
Architecture: all
1616
Depends:
17-
${misc:Depends}, adduser, python, postgresql-client, python-dateutil, 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
17+
${misc:Depends}, adduser, python, postgresql-client, python-dateutil, 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
1818
Conflicts: tinyerp-server, openerp-server
1919
Replaces: tinyerp-server, openerp-server
2020
Recommends:

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ def py2exe_options():
9494
'psycopg2',
9595
'pydot',
9696
'python-dateutil',
97+
'python-ldap'
9798
'python-openid',
9899
'pytz',
99100
'pywebdav',

0 commit comments

Comments
 (0)