← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 711307] [NEW] [6.0.2 & trunk] setup.py syntax error

 

Public bug reported:

There is a syntax error in the setup.py line 243

<             'pywebdav'
>             'pywebdav',


         install_requires = [
             'lxml',
             'mako',
             'python-dateutil',
             'psycopg2',
             'pychart',
             'pydot',
             'pytz',
             'reportlab',
             'caldav',
             'pyyaml',
             'pywebdav'
             'feedparser',
         ],

** 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/711307

Title:
  [6.0.2 & trunk] setup.py syntax error

Status in OpenERP Server:
  New

Bug description:
  There is a syntax error in the setup.py line 243

  <             'pywebdav'
  >             'pywebdav',

  
           install_requires = [
               'lxml',
               'mako',
               'python-dateutil',
               'psycopg2',
               'pychart',
               'pydot',
               'pytz',
               'reportlab',
               'caldav',
               'pyyaml',
               'pywebdav'
               'feedparser',
           ],





Follow ups

References