From 27747535743beb200d9d4b66b45c4509114990da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Tue, 6 May 2014 14:43:53 +0200 Subject: [PATCH] Portable build fix: Install missing roman package. --- extras/win32-portable/create_portable.txt | 2 +- extras/win32-portable/prepare_portable.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/extras/win32-portable/create_portable.txt b/extras/win32-portable/create_portable.txt index 9a87492df..690fdf716 100644 --- a/extras/win32-portable/create_portable.txt +++ b/extras/win32-portable/create_portable.txt @@ -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: diff --git a/extras/win32-portable/prepare_portable.py b/extras/win32-portable/prepare_portable.py index 7f3be92d1..4675f76a1 100755 --- a/extras/win32-portable/prepare_portable.py +++ b/extras/win32-portable/prepare_portable.py @@ -90,6 +90,9 @@ SITE_PACKAGES = { "sgmlop.pyd", ], }, + "roman": { + "copy": ["roman.py"], + }, "setuptools": { "copy": [ "setuptools",