Merge pull request #1274 from emanuelschuetze/fix-portable
Portable build fix: Install missing roman package.
This commit is contained in:
commit
66b948f6d5
@ -7,7 +7,7 @@ How to create a new portable Windows distribution of OpenSlides:
|
|||||||
|
|
||||||
2. Install all required python packages (see requirements_production.txt):
|
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:
|
3. Install pywin32 from binary installer:
|
||||||
|
@ -90,6 +90,9 @@ SITE_PACKAGES = {
|
|||||||
"sgmlop.pyd",
|
"sgmlop.pyd",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
"roman": {
|
||||||
|
"copy": ["roman.py"],
|
||||||
|
},
|
||||||
"setuptools": {
|
"setuptools": {
|
||||||
"copy": [
|
"copy": [
|
||||||
"setuptools",
|
"setuptools",
|
||||||
|
Loading…
Reference in New Issue
Block a user