[FIX] the embedded pychart library is not used.

bzr revid: florent.xicluna@gmail.com-20120208150815-8th86hvpp11yiv4x
This commit is contained in:
Florent Xicluna 2012-02-08 16:08:15 +01:00
parent 5af49817f4
commit 01f3d0fc98
3 changed files with 2 additions and 8 deletions

View File

@ -32,7 +32,6 @@ import modules
import netsvc
import osv
import pooler
import pychart
import release
import report
import run_tests

View File

@ -24,7 +24,6 @@ import print_xml
import print_fnc
import custom
import render
import openerp.pychart
import int_to_text
import report_sxw

View File

@ -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',