Merge pull request #1274 from emanuelschuetze/fix-portable

Portable build fix: Install missing roman package.
This commit is contained in:
Norman Jäckel 2014-05-15 12:03:08 +02:00
commit 66b948f6d5
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",