Portable build fix: Install missing roman package.

This commit is contained in:
Emanuel Schütze 2014-05-06 14:43:53 +02:00 committed by Emanuel Schuetze
parent 86ac16dd14
commit 2774753574
2 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@ How to create a new portable Windows distribution of OpenSlides:
2. Install all required python packages (see requirements_production.txt):
easy_install -Z django backports.ssl_match_hostname beautifulsoup4 bleach django-haystack django-mptt jsonfield natsort reportlab setuptools sockjs_tornado tornado whoosh
easy_install -Z django backports.ssl_match_hostname beautifulsoup4 bleach django-haystack django-mptt jsonfield natsort reportlab roman setuptools sockjs_tornado tornado whoosh
3. Install pywin32 from binary installer:

View File

@ -90,6 +90,9 @@ SITE_PACKAGES = {
"sgmlop.pyd",
],
},
"roman": {
"copy": ["roman.py"],
},
"setuptools": {
"copy": [
"setuptools",