From 7690714df3dcab3b73415375a598c60d129ab177 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Sat, 1 Oct 2011 20:26:30 +0200 Subject: [PATCH 1/4] [FIX] missing deps babel and openid bzr revid: al@openerp.com-20111001182630-g0p3l1bjrl7js9bg --- debian/control | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2fdc8cf90f0..e226f1e8d49 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Package: openerp Section: net Architecture: all Depends: - ${misc:Depends}, adduser, python, postgresql-client, python-dateutil, python-libxslt1, python-lxml, python-mako, python-psycopg2, 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-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 Conflicts: tinyerp-server, openerp-server Replaces: tinyerp-server, openerp-server Recommends: diff --git a/setup.py b/setup.py index b42c99795b6..df062502785 100755 --- a/setup.py +++ b/setup.py @@ -87,9 +87,11 @@ setuptools.setup( # (Let setup.py choose the latest one, and we should check we can remove pychart from # our tree.) http://download.gna.org/pychart/ # TODO 'pychart', + 'babel', 'feedparser', 'lxml', 'mako', + 'openid', 'psycopg2', 'pydot', 'python-dateutil', From a0822d02cbc2e16ad4569d78cc15a2416312dd72 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Sat, 1 Oct 2011 20:29:37 +0200 Subject: [PATCH 2/4] [FIX] missing deps typo openid bzr revid: al@openerp.com-20111001182937-szfqkjaki3qf2y6g --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df062502785..f4e6ddec987 100755 --- a/setup.py +++ b/setup.py @@ -91,10 +91,10 @@ setuptools.setup( 'feedparser', 'lxml', 'mako', - 'openid', 'psycopg2', 'pydot', 'python-dateutil', + 'python-openid', 'pytz', 'pywebdav', 'pyyaml', From 372943bd1b0b8b1ad0a8b6324c16a482e5f15120 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Sat, 1 Oct 2011 20:34:24 +0200 Subject: [PATCH 3/4] [FIX] missing deps python-ldap bzr revid: al@openerp.com-20111001183424-ogc61cztbpqyn1b4 --- debian/control | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e226f1e8d49..17ff862e0a7 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Package: openerp Section: net Architecture: all Depends: - ${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 + ${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 Conflicts: tinyerp-server, openerp-server Replaces: tinyerp-server, openerp-server Recommends: diff --git a/setup.py b/setup.py index f4e6ddec987..b4039e0bdbd 100755 --- a/setup.py +++ b/setup.py @@ -94,6 +94,7 @@ setuptools.setup( 'psycopg2', 'pydot', 'python-dateutil', + 'python-ldap' 'python-openid', 'pytz', 'pywebdav', From ddc61228052d52338b1e9fbc5b0d67cdca46e2b5 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Sat, 1 Oct 2011 20:37:21 +0200 Subject: [PATCH 4/4] [FIX] missing deps typo bzr revid: al@openerp.com-20111001183721-3l3c5h1ybbzg2urq --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4039e0bdbd..caca2f09889 100755 --- a/setup.py +++ b/setup.py @@ -94,7 +94,7 @@ setuptools.setup( 'psycopg2', 'pydot', 'python-dateutil', - 'python-ldap' + 'python-ldap', 'python-openid', 'pytz', 'pywebdav',