← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 801541] [NEW] Pydot requirement should be optional

 

Public bug reported:

pydot, the python interface to graphviz, is a required dependency of the
openerp server. This is unfortunate, as graphviz depends on X, meaning
that servers running openerp-server need X installed.

In the core server, pydot is only used in workflow graph drawing, and it
fails gracefully without it. pydot is not used by any of the addons in
the main addons repository.

So, pydot should be removed from the required_modules list in setup.py,
and moved to being recommended in the documentation.

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/801541

Title:
  Pydot requirement should be optional

Status in OpenERP Server:
  New

Bug description:
  pydot, the python interface to graphviz, is a required dependency of
  the openerp server. This is unfortunate, as graphviz depends on X,
  meaning that servers running openerp-server need X installed.

  In the core server, pydot is only used in workflow graph drawing, and
  it fails gracefully without it. pydot is not used by any of the addons
  in the main addons repository.

  So, pydot should be removed from the required_modules list in
  setup.py, and moved to being recommended in the documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/801541/+subscriptions


Follow ups

References