Added new package "backports.ssl_match_hostname" for portable build script.

This commit is contained in:
Emanuel Schütze 2014-03-31 23:52:33 +02:00
parent a15311dfeb
commit 8a1837de30
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 django-mptt beautifulsoup4 bleach natsort reportlab sockjs_tornado tornado django-haystack whoosh
easy_install -Z django django-mptt beautifulsoup4 bleach natsort reportlab sockjs_tornado tornado backports.ssl_match_hostname django-haystack whoosh
3. Install pywin32 from binary installer:

View File

@ -78,6 +78,9 @@ SITE_PACKAGES = {
"tornado": {
"copy": ["tornado"],
},
"backports.ssl_match_hostname": {
"copy": ["backports"],
},
"beautifulsoup4": {
"copy": ["bs4"],
},