Skip to content
Snippets Groups Projects
  • Christophe Monniez's avatar
    2da4eb58
    [FIX] packaging: add BeautifulSoup to py2exe setup · 2da4eb58
    Christophe Monniez authored
    When trying to import an OFX bank statetement under MS Windows, a
    Traceback states that BeautifulSoup is missing.
    
    During the build process, py2exe didn't autodiscover that BeautifulSoup
    is needed by the ofxparse package.
    With this commit, BeautifulSoup is explicitely added to py2exe packages.
    The Nightly VM was updated accordingly.
    
    opw-1848202
    [FIX] packaging: add BeautifulSoup to py2exe setup
    Christophe Monniez authored
    When trying to import an OFX bank statetement under MS Windows, a
    Traceback states that BeautifulSoup is missing.
    
    During the build process, py2exe didn't autodiscover that BeautifulSoup
    is needed by the ofxparse package.
    With this commit, BeautifulSoup is explicitely added to py2exe packages.
    The Nightly VM was updated accordingly.
    
    opw-1848202