X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=setup.py;h=037d288d7e5157788c6095d83668e0b2b6e98477;hb=01f3d0fc985fe4f98d10c88921f33676c84c4757;hp=6e1adadde826c99f3b812c8256c809b9db83c7fb;hpb=5af49817f451584930b762ad6ccf7b572037fb07;p=odoo%2Fodoo.git diff --git a/setup.py b/setup.py index 6e1adad..037d288 100755 --- a/setup.py +++ b/setup.py @@ -87,14 +87,10 @@ setuptools.setup( scripts = ['openerp-server'], data_files = data(), packages = setuptools.find_packages(), + dependency_links = ['http://download.gna.org/pychart/'], #include_package_data = True, install_requires = [ - # TODO the pychart package we include in openerp corresponds to PyChart 1.37. - # It seems there is a single difference, which is a spurious print in generate_docs.py. - # It is probably safe to move to PyChart 1.39 (the latest one). - # (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', + 'pychart', 'babel', 'feedparser', 'gdata',